Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2007-11-13 23:36:26 +0000
committerTom Lane2007-11-13 23:36:26 +0000
commitb40c0a4bb006c2c133e92e9510feb75ca0001575 (patch)
tree1a3a12b1af38a0394907b2b1f5286b9bbdc4b83f /doc/src/sgml/gist.sgml
parent07c23731f21122fd6796be83707c1ce21299a3f0 (diff)
Clean up some stray references to tsearch2.
Diffstat (limited to 'doc/src/sgml/gist.sgml')
-rw-r--r--doc/src/sgml/gist.sgml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml
index a02da6a9f65..587517da1d1 100644
--- a/doc/src/sgml/gist.sgml
+++ b/doc/src/sgml/gist.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.28 2007/01/31 20:56:17 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.29 2007/11/13 23:36:26 tgl Exp $ -->
<chapter id="GiST">
<title>GiST Indexes</title>
@@ -181,8 +181,9 @@
<para>
The <productname>PostgreSQL</productname> source distribution includes
several examples of index methods implemented using
- <acronym>GiST</acronym>. The core system currently provides R-Tree
- equivalent functionality for some of the built-in geometric data types
+ <acronym>GiST</acronym>. The core system currently provides text search
+ support (indexing for <type>tsvector</> and <type>tsquery</>) as well as
+ R-Tree equivalent functionality for some of the built-in geometric data types
(see <filename>src/backend/access/gist/gistproc.c</>). The following
<filename>contrib</> modules also contain <acronym>GiST</acronym>
operator classes:
@@ -204,6 +205,13 @@
</varlistentry>
<varlistentry>
+ <term>hstore</term>
+ <listitem>
+ <para>Module for storing (key, value) pairs</para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>intarray</term>
<listitem>
<para>RD-Tree for one-dimensional array of int4 values</para>
@@ -230,13 +238,6 @@
<para>Indexing for <quote>float ranges</quote></para>
</listitem>
</varlistentry>
-
- <varlistentry>
- <term>tsearch2</term>
- <listitem>
- <para>Full text indexing</para>
- </listitem>
- </varlistentry>
</variablelist>
</sect1>