We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07daff6 commit c534ba1Copy full SHA for c534ba1
doc/src/sgml/ref/create_index.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
PostgreSQL documentation
4
-->
5
@@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] <replaceable class="parameter">name</re
33
34
<para>
35
<command>CREATE INDEX</command> constructs an index <replaceable
36
- class="parameter">index_name</replaceable> on the specified table.
+ class="parameter">name</replaceable> on the specified table.
37
Indexes are primarily used to enhance database performance (though
38
inappropriate use can result in slower performance).
39
</para>
0 commit comments