Change index_name to name for consistency.
authorPeter Eisentraut
Mon, 26 Nov 2007 21:36:33 +0000 (21:36 +0000)
committerPeter Eisentraut
Mon, 26 Nov 2007 21:36:33 +0000 (21:36 +0000)
doc/src/sgml/ref/create_index.sgml

index 8e81fed4a3893c0317cd2ea18e8ca23043754569..7686700d78d696990acc142e09fcfa16a3f1e064 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name
 
   
    CREATE INDEX constructs an index 
-   class="parameter">index_name on the specified table.
+   class="parameter">name on the specified table.
    Indexes are primarily used to enhance database performance (though
    inappropriate use can result in slower performance).