From: Tom Lane Date: Thu, 6 Mar 2003 21:45:57 +0000 (+0000) Subject: Add missing --globals-only (long form of -g). X-Git-Tag: REL7_3_3~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8afc577123d84923235ab9365aee0a10ebfdd012;p=postgresql Add missing --globals-only (long form of -g). --- diff --git a/src/bin/pg_dump/pg_dumpall.c b/src/bin/pg_dump/pg_dumpall.c index d429b62124..5102a98093 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -6,7 +6,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * - * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.9.2.2 2003/01/16 15:28:06 tgl Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dumpall.c,v 1.9.2.3 2003/03/06 21:45:57 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -77,6 +77,7 @@ main(int argc, char *argv[]) {"inserts", no_argument, NULL, 'd'}, {"attribute-inserts", no_argument, NULL, 'D'}, {"column-inserts", no_argument, NULL, 'D'}, + {"globals-only", no_argument, NULL, 'g'}, {"host", required_argument, NULL, 'h'}, {"ignore-version", no_argument, NULL, 'i'}, {"oids", no_argument, NULL, 'o'},