[DOCS] create_index inconsistency (patch)

2007-11-26 Thread Erikjan

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


Re: [DOCS] create_index inconsistency (patch)

2007-11-26 Thread Peter Eisentraut
Erikjan wrote:
> 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).

Fixed.  Thanks.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/

---(end of broadcast)---
TIP 6: explain analyze is your friend