aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2007-11-26 21:36:33 +0000
committerPeter Eisentraut <peter_e@gmx.net>2007-11-26 21:36:33 +0000
commitc534ba182c5b5a11acabf4c325690f5777a68114 (patch)
tree1fdbbd1ee03796c1792716d31d8e8471ddaacc01
parent07daff63c55b2d33545d794b6058423dc846529d (diff)
downloadpostgresql-c534ba182c5b5a11acabf4c325690f5777a68114.tar.gz
postgresql-c534ba182c5b5a11acabf4c325690f5777a68114.zip
Change index_name to name for consistency.
-rw-r--r--doc/src/sgml/ref/create_index.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml
index 8e81fed4a38..7686700d78d 100644
--- a/doc/src/sgml/ref/create_index.sgml
+++ b/doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.65 2007/09/20 17:56:30 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.66 2007/11/26 21:36:33 petere Exp $
PostgreSQL documentation
-->
@@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] <replaceable class="parameter">name</re
<para>
<command>CREATE INDEX</command> constructs an index <replaceable
- class="parameter">index_name</replaceable> on the specified table.
+ class="parameter">name</replaceable> on the specified table.
Indexes are primarily used to enhance database performance (though
inappropriate use can result in slower performance).
</para>