mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
As part of previous commit, add pg_restore option:
-1 or --single-transaction Simon Riggs
This commit is contained in:
parent
0f57851e31
commit
3957cf6e71
@ -34,7 +34,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.74 2006/02/12 04:04:32 momjian Exp $
|
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_restore.c,v 1.75 2006/02/12 04:07:25 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -66,7 +66,6 @@ int optreset;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Forward decls */
|
|
||||||
static void usage(const char *progname);
|
static void usage(const char *progname);
|
||||||
|
|
||||||
typedef struct option optType;
|
typedef struct option optType;
|
||||||
|
Loading…
Reference in New Issue
Block a user