Skip to content

Commit 146aab4

Browse files
committed
Docs fix from Kris Jurka <books@ejurka.com>
1 parent ee2f149 commit 146aab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/ltree/README.ltree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ INDICES
146146
Various indices could be created to speed up execution of operations:
147147

148148
* B-tree index over ltree:
149-
<, <=, =, =>, >
149+
<, <=, =, >=, >
150150
* GiST index over ltree:
151-
<, <=, =, =>, >, @>, <@, @, ~, ?
151+
<, <=, =, >=, >, @>, <@, @, ~, ?
152152
Example:
153153
create index path_gist_idx on test using gist (path);
154154
* GiST index over ltree[]:
@@ -500,7 +500,7 @@ GiST, which provides indexed access.
500500
ltree:
501501
For ltree we store LPS in a B-tree, implemented using GiST. Each node entry is
502502
represented by (left_bound, signature, right_bound), so that we could speedup
503-
operations <, <=, =, =>, > using left_bound, right_bound and prune branches of
503+
operations <, <=, =, >=, > using left_bound, right_bound and prune branches of
504504
a tree using signature.
505505
-------------------------------------------------------------------------------
506506
We ask people who find the module useful to send us a postcards to:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy