From c22de3989b388d2a10483c1ede047d6dc6218257 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 26 Mar 2008 14:32:22 +0000 Subject: Strengthen warnings about using pg_dump's -i option. --- doc/src/sgml/ref/pg_dump.sgml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'doc/src') 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 @@ @@ -296,19 +296,18 @@ PostgreSQL documentation - Ignore version mismatch between + Ignore incompatible version check between pg_dump and the database server. - pg_dump can dump from servers running - previous releases of PostgreSQL, but very old - versions are not supported anymore (currently, those prior to 7.0). Dumping from a server newer than pg_dump - is likely not to work at all. - Use this option if you need to override the version check (and - if pg_dump then fails, don't say - you weren't warned). + is likely fail and is disabled by default. + Also, while pg_dump can dump from servers running + previous releases of 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 pg_dump to fail. -- cgit v1.2.3