diff options
author | Neil Conway <neilc@samurai.com> | 2007-01-15 17:22:46 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-01-15 17:22:46 +0000 |
commit | 02609893da8cac7689ec5173bc7d815e6f27ad2e (patch) | |
tree | 1f6a3f8a4360fb7f9615905f4fbcbda2eb11592d /doc/src | |
parent | f2a01b0d5a784a5191faad7f2022383760064f8a (diff) |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 4 |
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 31e88a985ed..b9f39195615 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.59 2007/01/15 17:22:46 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> |