summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_index.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
committerBruce Momjian <bruce@momjian.us>2003-09-11 21:42:20 +0000
commit2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd (patch)
tree8fd74276df40409a21401ab2261b99d7ff7eb579 /doc/src/sgml/ref/create_index.sgml
parent3d48045ae12dd3d5364dcaf1c12386e5936fb277 (diff)
downloadpostgresql-2a5b6a7c9bf40b0983e78d6027eba19b34cb90bd.tar.gz
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
Diffstat (limited to 'doc/src/sgml/ref/create_index.sgml')
-rw-r--r--doc/src/sgml/ref/create_index.sgml6
1 files changed, 3 insertions, 3 deletions
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 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.41 2003/09/09 18:28:52 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_index.sgml,v 1.42 2003/09/11 21:42:20 momjian Exp $
PostgreSQL documentation
-->
@@ -53,7 +53,7 @@ CREATE [ UNIQUE ] INDEX <replaceable class="parameter">index_name</replaceable>
</para>
<para>
- <application>PostgreSQL</application> provides the index methods
+ <productname>PostgreSQL</productname> 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 <replaceable class="parameter">index_name</replaceable>
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
- <application>PostgreSQL</application>.) Only B-tree currently
+ <productname>PostgreSQL</productname>.) Only B-tree currently
supports unique indexes.
</para>