From: Neil Conway Date: Mon, 15 Jan 2007 17:22:48 +0000 (+0000) Subject: Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps X-Git-Tag: REL8_2_2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fe8b033a5e33616a65849addc95389ca605aec;p=thirdparty%2Fpostgresql.git Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps roles and tablespaces, no longer users and groups. Per Dave Page. Backport to 8.2 and 8.1. --- diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 31e88a985ed..ff23a41511e 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -1,5 +1,5 @@ @@ -134,7 +134,7 @@ PostgreSQL documentation - Dump only global objects (users and groups), no databases. + Dump only global objects (roles and tablespaces), no databases.