diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-26 14:32:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-26 14:32:22 +0000 |
commit | c22de3989b388d2a10483c1ede047d6dc6218257 (patch) | |
tree | 0dc3f9d5e1cfe564cb7813887854b9e43e665719 /doc/src | |
parent | 530659fac8fd218c82d3e2d5b3bcad22ef1f27e0 (diff) | |
download | postgresql-c22de3989b388d2a10483c1ede047d6dc6218257.tar.gz postgresql-c22de3989b388d2a10483c1ede047d6dc6218257.zip |
Strengthen warnings about using pg_dump's -i option.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 9767cfbcd75..1fb93fbb880 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.99 2008/03/20 17:36:57 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.100 2008/03/26 14:32:22 momjian Exp $ PostgreSQL documentation --> @@ -296,19 +296,18 @@ PostgreSQL documentation <term><option>--ignore-version</></term> <listitem> <para> - Ignore version mismatch between + Ignore incompatible version check between <application>pg_dump</application> and the database server. </para> <para> - <application>pg_dump</application> can dump from servers running - previous releases of <productname>PostgreSQL</>, but very old - versions are not supported anymore (currently, those prior to 7.0). Dumping from a server newer than <application>pg_dump</application> - is likely not to work at all. - Use this option if you need to override the version check (and - if <application>pg_dump</application> then fails, don't say - you weren't warned). + is likely fail and is disabled by default. + Also, while <application>pg_dump</application> can dump from servers running + previous releases of <productname>PostgreSQL</>, some very old + versions are not supported (currently, pre-7.0). + Use this option if you need to override the version check, but + be prepared for <application>pg_dump</application> to fail. </para> </listitem> </varlistentry> |