Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
authorNeil Conway
Mon, 15 Jan 2007 17:22:46 +0000 (17:22 +0000)
committerNeil Conway
Mon, 15 Jan 2007 17:22:46 +0000 (17:22 +0000)
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

index 31e88a985ed25ceeedb8241966ed3248cdd897cc..b9f39195615d416a9bb738569f60be298c01bbd3 100644 (file)
@@ -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.