Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0260989

Browse files
author
Neil Conway
committed
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.
1 parent f2a01b0 commit 0260989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/pg_dumpall.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.58 2006/10/07 20:59:04 petere Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.59 2007/01/15 17:22:46 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -134,7 +134,7 @@ PostgreSQL documentation
134134
<term><option>--globals-only</option></term>
135135
<listitem>
136136
<para>
137-
Dump only global objects (users and groups), no databases.
137+
Dump only global objects (roles and tablespaces), no databases.
138138
</para>
139139
</listitem>
140140
</varlistentry>

0 commit comments

Comments
 (0)