Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0c693b4

Browse files
committed
Add missing --globals-only (long form of -g).
1 parent 086c071 commit 0c693b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bin/pg_dump/pg_dumpall.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Portions Copyright (c) 1994, Regents of the University of California
77
*
88
*
9-
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.14 2003/02/14 19:40:42 momjian Exp $
9+
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.15 2003/03/06 21:45:52 tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
8181
{"inserts", no_argument, NULL, 'd'},
8282
{"attribute-inserts", no_argument, NULL, 'D'},
8383
{"column-inserts", no_argument, NULL, 'D'},
84+
{"globals-only", no_argument, NULL, 'g'},
8485
{"host", required_argument, NULL, 'h'},
8586
{"ignore-version", no_argument, NULL, 'i'},
8687
{"oids", no_argument, NULL, 'o'},

0 commit comments

Comments
 (0)