mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Document -x properly for pg_dump.
This commit is contained in:
@ -21,7 +21,7 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* IDENTIFICATION
|
||||||
* $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 $
|
||||||
*
|
*
|
||||||
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
|
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
|
||||||
*
|
*
|
||||||
@ -160,7 +160,7 @@ usage(const char *progname)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t -v \t\t verbose\n");
|
"\t -v \t\t verbose\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\t -z \t\t dump ACLs (grant/revoke)\n");
|
"\t -x \t\t do not dump ACL's (grant/revoke)\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"\nIf dbname is not supplied, then the DATABASE environment "
|
"\nIf dbname is not supplied, then the DATABASE environment "
|
||||||
"variable value is used.\n");
|
"variable value is used.\n");
|
||||||
|
Reference in New Issue
Block a user