|
6 | 6 | * Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | *
|
8 | 8 | *
|
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 $ |
10 | 10 | *
|
11 | 11 | *-------------------------------------------------------------------------
|
12 | 12 | */
|
@@ -81,6 +81,7 @@ main(int argc, char *argv[])
|
81 | 81 | {"inserts", no_argument, NULL, 'd'},
|
82 | 82 | {"attribute-inserts", no_argument, NULL, 'D'},
|
83 | 83 | {"column-inserts", no_argument, NULL, 'D'},
|
| 84 | + {"globals-only", no_argument, NULL, 'g'}, |
84 | 85 | {"host", required_argument, NULL, 'h'},
|
85 | 86 | {"ignore-version", no_argument, NULL, 'i'},
|
86 | 87 | {"oids", no_argument, NULL, 'o'},
|
|
0 commit comments