mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
[ dumping schemas ]
> I don't care what you use for short options if all useful ones are taken. > But the long option should be --schema. Ok, fair enough: a revised patch is attached that uses the '-n' short option and the '--schema' long option. Neil Conway
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
* Implements the basic DB functions used by the archiver.
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_db.c,v 1.44 2003/02/01 22:06:59 tgl Exp $
|
||||
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_db.c,v 1.45 2003/02/13 04:54:15 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -62,7 +62,7 @@ _check_database_version(ArchiveHandle *AH, bool ignoreVersion)
|
||||
myversion = _parse_version(AH, PG_VERSION);
|
||||
|
||||
/*
|
||||
* Autocommit could be off. We turn it off later but we have to check
|
||||
* Autocommit could be off. We turn it on later but we have to check
|
||||
* the database version first.
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user