Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c534ba1

Browse files
committed
Change index_name to name for consistency.
1 parent 07daff6 commit c534ba1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/create_index.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.65 2007/09/20 17:56:30 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_index.sgml,v 1.66 2007/11/26 21:36:33 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] <replaceable class="parameter">name</re
3333

3434
<para>
3535
<command>CREATE INDEX</command> constructs an index <replaceable
36-
class="parameter">index_name</replaceable> on the specified table.
36+
class="parameter">name</replaceable> on the specified table.
3737
Indexes are primarily used to enhance database performance (though
3838
inappropriate use can result in slower performance).
3939
</para>

0 commit comments

Comments
 (0)