*** contrib/ltree/README.ltree Sun Aug 11 00:46:24 2002 --- README.ltree.new Wed Sep 18 13:08:27 2002 *************** *** 144,154 **** * GiST index over ltree: <, <=, =, =>, >, @>, <@, @, ~ Example: ! create index path_gist_idx on test using gist_ltree_ops (path); * GiST index over ltree[]: ltree[]<@ ltree, ltree @> ltree[], @, ~. Example: ! create index path_gist_idx on test using gist__ltree_ops (array_path); Notices: This index is lossy. FUNCTIONS --- 144,154 ---- * GiST index over ltree: <, <=, =, =>, >, @>, <@, @, ~ Example: ! 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 (array_path); Notices: This index is lossy. FUNCTIONS