projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a01b0
)
Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps
author
Neil Conway
Mon, 15 Jan 2007 17:22:46 +0000
(17:22 +0000)
committer
Neil 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_dumpall.sgml
b/doc/src/sgml/ref/pg_dumpall.sgml
index 31e88a985ed25ceeedb8241966ed3248cdd897cc..b9f39195615d416a9bb738569f60be298c01bbd3 100644
(file)
--- 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
--globals-only
- Dump only global objects (
users and group
s), no databases.
+ Dump only global objects (
roles and tablespace
s), no databases.