mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Tiny patch fixing small documentation typo.
Oleg Bartunov
This commit is contained in:
parent
229eebd559
commit
ec63143f81
@ -144,11 +144,11 @@ Various indices could be created to speed up execution of operations:
|
||||
* GiST index over ltree:
|
||||
<, <=, =, =>, >, @>, <@, @, ~
|
||||
Example:
|
||||
create index path_gist_idx on test using gist_ltree_ops (path);
|
||||
create index path_gist_idx on test using gist (path);
|
||||
* GiST index over ltree[]:
|
||||
ltree[]<@ ltree, ltree @> ltree[], @, ~.
|
||||
Example:
|
||||
create index path_gist_idx on test using gist__ltree_ops (array_path);
|
||||
create index path_gist_idx on test using gist (array_path);
|
||||
Notices: This index is lossy.
|
||||
|
||||
FUNCTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user