Skip to content
Snippets Groups Projects
Commit 02609893 authored by Neil Conway's avatar Neil Conway
Browse files

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.
parent f2a01b0d
No related branches found
No related tags found
No related merge requests found
<!--
$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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment