Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5d724 commit 4478d29Copy full SHA for 4478d29
src/bin/pg_dump/pg_dump.c
@@ -21,7 +21,7 @@
21
*
22
23
* IDENTIFICATION
24
- * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.118 1999/07/19 02:27:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.119 1999/09/01 23:05:20 momjian Exp $
25
26
* Modifications - 6/10/96 - [email protected] - version 1.13.dhb
27
@@ -160,7 +160,7 @@ usage(const char *progname)
160
fprintf(stderr,
161
"\t -v \t\t verbose\n");
162
163
- "\t -z \t\t dump ACLs (grant/revoke)\n");
+ "\t -x \t\t do not dump ACL's (grant/revoke)\n");
164
165
"\nIf dbname is not supplied, then the DATABASE environment "
166
"variable value is used.\n");
0 commit comments