summaryrefslogtreecommitdiff
path: root/src/tutorial/advanced.source
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-03-26 17:43:30 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-03-26 17:43:30 -0400
commitf4428cc21ddab3761a090a4f4d82bd6aa6e5d82f (patch)
treea77fb5b0f58cba7582731c29be6c39e3b8e3fe67 /src/tutorial/advanced.source
parent40ce24c591c1f1a4707078da04d09797898c4e2c (diff)
Ignore invalid indexes in pg_dump.
Dumping invalid indexes can cause problems at restore time, for example if the reason the index creation failed was because it tried to enforce a uniqueness condition not satisfied by the table's data. Also, if the index creation is in fact still in progress, it seems reasonable to consider it to be an uncommitted DDL change, which pg_dump wouldn't be expected to dump anyway. Back-patch to all active versions, and teach them to ignore invalid indexes in servers back to 8.2, where the concept was introduced. Michael Paquier
Diffstat (limited to 'src/tutorial/advanced.source')
0 files changed, 0 insertions, 0 deletions