1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

docs: add mention of index swapping

Backpatch to 9.3

Greg Smith
This commit is contained in:
Bruce Momjian
2014-01-30 12:14:24 -05:00
parent 146604ec43
commit b1cbd2b573
2 changed files with 21 additions and 3 deletions

View File

@@ -405,7 +405,7 @@ CREATE [ UNIQUE ] INDEX [ CONCURRENTLY ] [ <replaceable class="parameter">name</
</para>
<para>
If a problem arises while scanning the table, such as a
If a problem arises while scanning the table, such as a deadlock or a
uniqueness violation in a unique index, the <command>CREATE INDEX</>
command will fail but leave behind an <quote>invalid</> index. This index
will be ignored for querying purposes because it might be incomplete;