pgsql: Document how to identify an invalid index after a failed CREATE

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document how to identify an invalid index after a failed CREATE
Date: 2007-04-03 22:38:36
Message-ID: 20070403223836.3B27E9FB99C@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Document how to identify an invalid index after a failed CREATE INDEX
CONCURRENTLY.

Gregory Stark

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
create_index.sgml (r1.60 -> r1.61)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_index.sgml.diff?r1=1.60&r2=1.61)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2007-04-04 02:30:36 enumkit - enumkit: Imported Sources
Previous Message James William Pye 2007-04-03 18:07:53 python - ip: Fix with-statement test.