diff options
author | Magnus Hagander <magnus@hagander.net> | 2015-05-17 19:06:08 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2015-05-17 19:07:36 +0200 |
commit | de6109b8cc42be11e40aeeafff90ee145367fa00 (patch) | |
tree | 458819d70c84411b041a6f31910749b973103d38 | |
parent | a936743b336ed0b53f1ddb28b4535f4c27bd2b23 (diff) | |
download | postgresql-de6109b8cc42be11e40aeeafff90ee145367fa00.tar.gz postgresql-de6109b8cc42be11e40aeeafff90ee145367fa00.zip |
Fix wording error caused by recent typo fixes
It wasn't just a typo, but bad wording. This should make it
more clear. Pointed out by Tom Lane.
-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 0444f09aa41..272af3eb0ac 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -454,8 +454,8 @@ PostgreSQL documentation <term><option>--database=<replaceable>dbname</replaceable></option></term> <listitem> <para> - Specifies the name of the database to connect to dump global - objects and discover what other databases should be dumped. If + Specifies the name of the database to connect to for dumping global + objects and discovering what other databases should be dumped. If not specified, the <literal>postgres</literal> database will be used, and if that does not exist, <literal>template1</literal> will be used. </para> |