From c534ba182c5b5a11acabf4c325690f5777a68114 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 26 Nov 2007 21:36:33 +0000 Subject: [PATCH] Change index_name to name for consistency. --- doc/src/sgml/ref/create_index.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/create_index.sgml b/doc/src/sgml/ref/create_index.sgml index 8e81fed4a38..7686700d78d 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).