Tiny patch fixing small documentation typo.

        Regards,
                Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
*** 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

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to