]> granicus.if.org Git - postgresql/commit
Add pg_dump -X no-data-for-failed-tables option to suppress loading data
authorBruce Momjian <bruce@momjian.us>
Tue, 1 Aug 2006 18:21:44 +0000 (18:21 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 Aug 2006 18:21:44 +0000 (18:21 +0000)
commitc61607bd52d84bc543f451ea27c22e8212a48b24
treebfce21fb37f64ba0c004292b73c414343a4b4032
parent6d0f5ea574db508c699168d4a68d0f1080e3400b
Add pg_dump -X no-data-for-failed-tables option to suppress loading data
if table creation failed (the table already exists).

Martin Pitt
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