From: Bruce Momjian Date: Sat, 13 May 2006 16:19:54 +0000 (+0000) Subject: Mention version portability of pg_dump. X-Git-Tag: REL8_2_BETA1~983 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b7b1df8a65fc4cf3aef1c3d61f5051537107f1b;p=postgresql Mention version portability of pg_dump. --- diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index 9e076a4308..22540a12ae 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -1,5 +1,5 @@ @@ -645,6 +645,17 @@ CREATE DATABASE foo WITH TEMPLATE template0; ensure good performance. + + Because pg_dump is used to tranfer data + to newer versions of PostgreSQL, the output of + pg_dump can be loaded into + newer versions of PostgreSQL. It also can read older + PostgreSQL databases. However, it usually cannot + read newer PostgreSQL databases or produce dump output + that can be loaded into older database versions. To do this, manual + editing of the dump file might be required. + +