diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-08 22:13:38 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-01-08 22:13:38 +0000 |
| commit | b5adf46cbd18f1825d743c8d905f46bb3a4f4fc5 (patch) | |
| tree | 6d4a888930893e53ca2f517705715375ead11b0c /doc/src/sgml/gist.sgml | |
| parent | b19011e10c7afaaded8ef010c113ba1833529382 (diff) | |
| download | postgresql-b5adf46cbd18f1825d743c8d905f46bb3a4f4fc5.tar.gz | |
Some more small improvements in response to 7.4 interactive docs comments.
Diffstat (limited to 'doc/src/sgml/gist.sgml')
| -rw-r--r-- | doc/src/sgml/gist.sgml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/src/sgml/gist.sgml b/doc/src/sgml/gist.sgml index d19dcb8096..584b7be5d8 100644 --- a/doc/src/sgml/gist.sgml +++ b/doc/src/sgml/gist.sgml @@ -1,14 +1,22 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.14 2003/11/29 19:51:37 pgsql Exp $ +$PostgreSQL: pgsql/doc/src/sgml/gist.sgml,v 1.15 2005/01/08 22:13:25 tgl Exp $ --> -<chapter Id="GiST"> +<chapter id="GiST"> <title>GiST Indexes</title> <sect1 id="intro"> <title>Introduction</title> <para> + <indexterm> + <primary>index</primary> + <secondary>GiST</secondary> + </indexterm> + <indexterm> + <primary>GiST</primary> + <see>index</see> + </indexterm> <acronym>GiST</acronym> stands for Generalized Search Tree. It is a balanced, tree-structured access method, that acts as a base template in which to implement arbitrary indexing schemes. B+-trees, R-trees and many |
