The "create index" documentation refers to "index_name"
which isn't used anywhere else in that text; it is better
changed to name (like in most other docs).

Regards,

Erik
--- ./src/sgml/ref/create_index.sgml.orig	2007-11-26 21:58:59.000000000 +0100
+++ ./src/sgml/ref/create_index.sgml	2007-11-26 22:00:44.000000000 +0100
@@ -33,7 +33,7 @@
 
   <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>
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to