Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit146aab4

Browse files
committed
Docs fix from Kris Jurka <books@ejurka.com>
1 parentee2f149 commit146aab4

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)

[8]ページ先頭

©2009-2025 Movatter.jp