diff options
author | Teodor Sigaev | 2006-09-14 11:16:27 +0000 |
---|---|---|
committer | Teodor Sigaev | 2006-09-14 11:16:27 +0000 |
commit | 0ca9907ce443c58532f1c09e716b7d9cad9039a5 (patch) | |
tree | c3a73a0d08a8844a23b87889c89c1cf380597283 /doc/src/sgml/geqo.sgml | |
parent | 4eef745fb19f93725d50de093c6747fb60149b75 (diff) |
GIN documentation and slightly improving GiST docs.
Thanks to Christopher Kings-Lynne <[email protected]> for
initial version and Jeff Davis <[email protected]> for inspection
Diffstat (limited to 'doc/src/sgml/geqo.sgml')
-rw-r--r-- | doc/src/sgml/geqo.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/geqo.sgml b/doc/src/sgml/geqo.sgml index e8de838a9c9..448b1be542c 100644 --- a/doc/src/sgml/geqo.sgml +++ b/doc/src/sgml/geqo.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.36 2006/03/10 19:10:48 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/geqo.sgml,v 1.37 2006/09/14 11:16:27 teodor Exp $ --> <chapter id="geqo"> <chapterinfo> @@ -49,8 +49,8 @@ methods</firstterm> (e.g., nested loop, hash join, merge join in <productname>PostgreSQL</productname>) to process individual joins and a diversity of <firstterm>indexes</firstterm> (e.g., - B-tree, hash, GiST in <productname>PostgreSQL</productname>) as access - paths for relations. + B-tree, hash, GiST and GIN in <productname>PostgreSQL</productname>) as + access paths for relations. </para> <para> |