From 9e1e72b6980643246cad00559ea455cb52eb3472 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 30 May 2003 23:55:10 +0000 Subject: Cause pg_dumpall to support the -a, -s, -x options of pg_dump. --- doc/src/sgml/ref/pg_dumpall.sgml | 40 ++++++++++++++++++++++++++++++++++++---- 1 file changed, 36 insertions(+), 4 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index f33c81dd870..500336e9196 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -35,8 +35,8 @@ PostgreSQL documentation pg_dumpall also dumps global objects that are common to all databases. (pg_dump does not save these objects.) - This currently includes the information about database users and - groups. + This currently includes information about database users and + groups, and access permissions that apply to databases as a whole. @@ -75,9 +75,20 @@ PostgreSQL documentation Options - The following command-line options are used to control the output format. + The following command-line options are used to control the content and + format of the output. + + + + + + Dump only the data, not the schema (data definitions). + + + + @@ -161,6 +172,16 @@ PostgreSQL documentation + + + + + + Dump only the schema (data definitions), no data. + + + + @@ -172,6 +193,17 @@ PostgreSQL documentation + + + + + + + + Prevent dumping of access privileges (grant/revoke commands). + + + -- cgit v1.2.3