1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add psql option:

-1 or --single-transaction

Simon Riggs
This commit is contained in:
Bruce Momjian
2006-02-12 04:04:32 +00:00
parent 3884ede663
commit 0f57851e31
9 changed files with 76 additions and 22 deletions

View File

@ -15,7 +15,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.37 2005/10/15 02:49:38 momjian Exp $
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup.h,v 1.38 2006/02/12 04:04:32 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -115,6 +115,8 @@ typedef struct _restoreOptions
int suppressDumpWarnings; /* Suppress output of WARNING entries
* to stderr */
bool single_txn;
} RestoreOptions;
/*