From: Tom Lane Date: Thu, 6 Mar 2003 21:45:57 +0000 (+0000) Subject: Add missing --globals-only (long form of -g). X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ed7123d1e33adaf69d095320f9f23a95c190fc4e;p=users%2Fbernd%2Fpostgres.git 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 bac03cf901..74db227f6b 100644 --- a/src/bin/pg_dump/pg_dumpall.c +++ b/src/bin/pg_dump/pg_dumpall.c @@ -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'},