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

Commitec63143

Browse files
committed
Tiny patch fixing small documentation typo.
Oleg Bartunov
1 parent229eebd commitec63143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎contrib/ltree/README.ltree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,11 @@ Various indices could be created to speed up execution of operations:
144144
* GiST index over ltree:
145145
<, <=, =, =>, >, @>, <@, @, ~
146146
Example:
147-
create index path_gist_idx on test usinggist_ltree_ops (path);
147+
create index path_gist_idx on test usinggist (path);
148148
* GiST index over ltree[]:
149149
ltree[]<@ ltree, ltree @> ltree[], @, ~.
150150
Example:
151-
create index path_gist_idx on test usinggist__ltree_ops (array_path);
151+
create index path_gist_idx on test usinggist (array_path);
152152
Notices: This index is lossy.
153153

154154
FUNCTIONS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp