|
|
@ -1,5 +1,5 @@ |
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.100 2008/03/26 14:32:22 momjian Exp $ |
|
|
|
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.101 2008/03/26 16:34:47 tgl Exp $ |
|
|
|
PostgreSQL documentation |
|
|
|
PostgreSQL documentation |
|
|
|
--> |
|
|
|
--> |
|
|
|
|
|
|
|
|
|
|
@ -296,18 +296,20 @@ PostgreSQL documentation |
|
|
|
<term><option>--ignore-version</></term> |
|
|
|
<term><option>--ignore-version</></term> |
|
|
|
<listitem> |
|
|
|
<listitem> |
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Ignore incompatible version check between |
|
|
|
Ignore version mismatch between |
|
|
|
<application>pg_dump</application> and the database server. |
|
|
|
<application>pg_dump</application> and the database server. |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
|
|
|
|
|
|
|
|
<para> |
|
|
|
<para> |
|
|
|
Dumping from a server newer than <application>pg_dump</application> |
|
|
|
By default, <application>pg_dump</> will refuse to attempt |
|
|
|
is likely fail and is disabled by default. |
|
|
|
to dump from a server that is of a newer <productname>PostgreSQL</> |
|
|
|
Also, while <application>pg_dump</application> can dump from servers running |
|
|
|
version than <application>pg_dump</application> is. It will also |
|
|
|
previous releases of <productname>PostgreSQL</>, some very old |
|
|
|
refuse to attempt to dump from a server that is older than the oldest |
|
|
|
versions are not supported (currently, pre-7.0). |
|
|
|
supported version (currently, 7.0). The <option>-i</> option |
|
|
|
Use this option if you need to override the version check, but |
|
|
|
overrides this check and forces a dump to be attempted anyway. |
|
|
|
be prepared for <application>pg_dump</application> to fail. |
|
|
|
This option is <emphasis>deprecated</> because the dump is very |
|
|
|
|
|
|
|
likely to fail — or worse, seem to succeed but be wrong or |
|
|
|
|
|
|
|
incomplete. |
|
|
|
</para> |
|
|
|
</para> |
|
|
|
</listitem> |
|
|
|
</listitem> |
|
|
|
</varlistentry> |
|
|
|
</varlistentry> |
|
|
|