summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2007-01-15 17:22:48 +0000
committerNeil Conway <neilc@samurai.com>2007-01-15 17:22:48 +0000
commit20fe8b033a5e33616a65849addc95389ca605aec (patch)
treec4240cfb6471303aae396e18563a2ae4d2960953
parent35466cff0adedcc79fd7b934c8410506c1468c9c (diff)
downloadpostgresql-20fe8b033a5e33616a65849addc95389ca605aec.tar.gz
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.
-rw-r--r--doc/src/sgml/ref/pg_dumpall.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index 31e88a985e..ff23a41511 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.58 2006/10/07 20:59:04 petere Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.58.2.1 2007/01/15 17:22:48 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>