Add pg_dump -X no-data-for-failed-tables option to suppress loading data
Bruce Momjian <bruce@momjian.us>
Add pg_dump -X no-data-for-failed-tables option to suppress loading data if table creation failed (the table already exists). Martin Pitt
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +29 −15 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +18 −1 |
| src/bin/pg_dump/pg_backup.h | modified | +2 −1 |
| src/bin/pg_dump/pg_restore.c | modified | +6 −1 |