]> granicus.if.org Git - postgresql/commit
Code review for --no-data-for-failed-tables patch. Instead of trashing
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Oct 2006 23:07:22 +0000 (23:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 14 Oct 2006 23:07:22 +0000 (23:07 +0000)
commit1314983fd302bf53dbf5284145205dea44cb832c
treee6e9d5e9e50966e4631f72e929710ba77b6da3e8
parentf58eac82eeb62635ea870b62654836fb4c331e91
Code review for --no-data-for-failed-tables patch.  Instead of trashing
one of the program's core data structures, make use of the existing
ability to selectively exclude TOC items by ID.  Slightly more code but
much less likely to create future maintenance problems.
doc/src/sgml/ref/pg_restore.sgml
src/bin/pg_dump/pg_backup.h
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_restore.c