From: Peter Eisentraut Date: Mon, 26 Nov 2007 21:36:33 +0000 (+0000) Subject: Change index_name to name for consistency. X-Git-Tag: REL8_3_BETA4~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c534ba182c5b5a11acabf4c325690f5777a68114;p=postgresql Change index_name to name for consistency. --- diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 8e81fed4a3..7686700d78 100644 --- a/doc/src/sgml/ref/create_index.sgml +++ b/doc/src/sgml/ref/create_index.sgml @@ -1,5 +1,5 @@ @@ -33,7 +33,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] name CREATE INDEX constructs an index 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).