From 2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 11 Sep 2003 21:42:20 +0000 Subject: This patch fixes a few missed GUC variables that were still upper case, makes a few more small improvements to runtime.sgml, and makes some SGML conventions more consistent. Neil Conway --- doc/src/sgml/ref/create_index.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref/create_index.sgml') diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 3081f68ac8..28140997f5 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -1,5 +1,5 @@ @@ -53,7 +53,7 @@ CREATE [ UNIQUE ] INDEX index_name - PostgreSQL provides the index methods + PostgreSQL provides the index methods B-tree, R-tree, hash, and GiST. The B-tree index method is an implementation of Lehman-Yao high-concurrency B-trees. The R-tree index method implements standard R-trees using Guttman's quadratic @@ -198,7 +198,7 @@ CREATE [ UNIQUE ] INDEX index_name Currently, only the B-tree and GiST index methods support multicolumn indexes. Up to 32 fields may be specified by default. (This limit can be altered when building - PostgreSQL.) Only B-tree currently + PostgreSQL.) Only B-tree currently supports unique indexes. -- cgit v1.2.1