> Please find attached a submission to add a "exit on error" option to
Bruce Momjian <bruce@momjian.us>
> Please find attached a submission to add a "exit on error" option to > pg_restore, as it seems that some people have scripts that rely on the > previous "abort on error" default behavior when restoring data with a > direct connection. > > Fabien Coelho
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +13 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +4 −3 |
| src/bin/pg_dump/pg_backup.h | modified | +3 −2 |
| src/bin/pg_dump/pg_restore.c | modified | +10 −5 |