]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
authorNeil Conway <neilc@samurai.com>
Mon, 15 Jan 2007 17:22:51 +0000 (17:22 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 15 Jan 2007 17:22:51 +0000 (17:22 +0000)
roles and tablespaces, no longer users and groups. Per Dave Page.

Backport to 8.2 and 8.1.

doc/src/sgml/ref/pg_dumpall.sgml

index d1b2cc9fd19319e761f4101241af930ea98b207f..a278c04f0416507efbf829abb15d51a8daee37df 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.55.2.1 2006/06/16 22:01:22 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.55.2.2 2007/01/15 17:22:51 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -134,7 +134,7 @@ PostgreSQL documentation
       <term><option>--globals-only</option></term>
       <listitem>
        <para>
-        Dump only global objects (users and groups), no databases.
+        Dump only global objects (roles and tablespaces), no databases.
        </para>
       </listitem>
      </varlistentry>