@@ -146,9 +146,9 @@ INDICES
146146Various 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.
500500ltree:
501501For ltree we store LPS in a B-tree, implemented using GiST. Each node entry is
502502represented 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
504504a tree using signature.
505505-------------------------------------------------------------------------------
506506We ask people who find the module useful to send us a postcards to: