Add psql option:
Bruce Momjian <bruce@momjian.us>
Add psql option: -1 or --single-transaction Simon Riggs
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_restore.sgml | modified | +14 −1 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +13 −1 |
| src/bin/pg_dump/pg_backup_archiver.c | modified | +7 −1 |
| src/bin/pg_dump/pg_backup.h | modified | +3 −1 |
| src/bin/pg_dump/pg_restore.c | modified | +15 −7 |
| src/bin/psql/command.c | modified | +10 −3 |
| src/bin/psql/command.h | modified | +2 −2 |
| src/bin/psql/help.c | modified | +2 −1 |
| src/bin/psql/startup.c | modified | +10 −5 |