diff options
author | Bruce Momjian | 1999-05-27 16:29:05 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-05-27 16:29:05 +0000 |
commit | 615e77ede2f3cd25cac7725112e31fb38753e270 (patch) | |
tree | 17e8a2cf6614e248151e332ea7d824187d2b40cb /src/man | |
parent | e53c51280b07f9c312c934a8d70b67cc3ae45560 (diff) |
Make pg_dump dump ACL's by default, print warning on use of -z, and add
new -x option to skip acl dump.
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/pg_dump.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/man/pg_dump.1 b/src/man/pg_dump.1 index ec369b0b4bd..a0930ee7bce 100644 --- a/src/man/pg_dump.1 +++ b/src/man/pg_dump.1 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.16 1999/01/21 22:53:37 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/pg_dump.1,v 1.17 1999/05/27 16:29:05 momjian Exp $ .TH PG_DUMP UNIX 7/15/98 PostgreSQL PostgreSQL .SH NAME pg_dump - dumps out a Postgres database into a script file @@ -48,7 +48,7 @@ table] .BR "-v" ] [\c -.BR "-z" +.BR "-x" ] dbname .in -5n @@ -113,8 +113,8 @@ Use password authentication. Prompts for username and password .BR "-v" "" Specifies verbose mode .TP -.BR "-z" "" -Include ACLs (grant/revoke commands) and table ownership information +.BR "-x" "" +Prevent dumping of ACLs (grant/revoke commands) and table ownership information .PP If dbname is not supplied, then the DATABASE environment variable value is used. .SH "CAVEATS AND LIMITATIONS" |