|
1 | 1 | <!-- |
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 $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] <replaceable class="parameter">name</re |
33 | 33 |
|
34 | 34 | <para> |
35 | 35 | <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. |
37 | 37 | Indexes are primarily used to enhance database performance (though |
38 | 38 | inappropriate use can result in slower performance). |
39 | 39 | </para> |
|