create index concurrently docs ... - Mailing list pgsql-docs

From James Robinson
Subject create index concurrently docs ...
Date
Msg-id 5F277D5E-DB72-4BA1-9DFA-175FB749FB21@socialserve.com
Whole thread Raw
Responses Re: create index concurrently docs ...
Re: create index concurrently docs ...
List pgsql-docs
In reading over the caveats regarding create index concurrently, I
think it'd be nice to see an example of what the return result will
be if an 'invalid' index is created so a dba who read the docs night
recognize the error, as well as for searchengine fodder to find out
what to do real fast if such an error happens to them.

Something around this paragraph in http://www.postgresql.org/docs/
current/static/sql-createindex.html#SQL-CREATEINDEX-CONCURRENTLY:

"If a problem arises during the second scan of the table, such as a
uniqueness violation in a unique index, the CREATE INDEX command will
fail but leave behind an "invalid" index."

Thanks!
----
James Robinson
Socialserve.com


pgsql-docs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: psql man page error?
Next
From: Devrim GUNDUZ
Date:
Subject: Re: 8.2.0 pdf