From bdc9d70edd54205b8a1c1f4ad5f34197bd4c9ec4 Mon Sep 17 00:00:00 2001
From: Neil Conway
Date: Mon, 15 Jan 2007 17:22:51 +0000
Subject: 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.
---
doc/src/sgml/ref/pg_dumpall.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'doc/src')
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml
index d1b2cc9fd19..a278c04f041 100644
--- a/doc/src/sgml/ref/pg_dumpall.sgml
+++ b/doc/src/sgml/ref/pg_dumpall.sgml
@@ -1,5 +1,5 @@
@@ -134,7 +134,7 @@ PostgreSQL documentation
- Dump only global objects (users and groups), no databases.
+ Dump only global objects (roles and tablespaces), no databases.
--
cgit v1.2.3