From 615e77ede2f3cd25cac7725112e31fb38753e270 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 27 May 1999 16:29:05 +0000 Subject: Make pg_dump dump ACL's by default, print warning on use of -z, and add new -x option to skip acl dump. --- src/man/pg_dump.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/man') 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" -- cgit v1.2.3