diff options
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" |