1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-16 06:01:02 +03:00

Add pg_dump --binary-upgrade flag to be used by binary upgrade

utilities.

The new code allows transfer of dropped column information to the
upgraded server.
This commit is contained in:
Bruce Momjian
2009-02-17 15:41:50 +00:00
parent 82aea0efe8
commit 6883c54a62
5 changed files with 103 additions and 11 deletions

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.109 2009/02/10 00:55:21 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.110 2009/02/17 15:41:50 momjian Exp $
PostgreSQL documentation
-->
@ -827,6 +827,11 @@ CREATE DATABASE foo WITH TEMPLATE template0;
editing of the dump file might be required.
</para>
<para>
<application>pg_dump</application> also supports a
<literal>--binary-upgrade</> option for upgrade utility usage.
</para>
</refsect1>
<refsect1 id="pg-dump-examples">

View File

@ -1,5 +1,5 @@
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.75 2009/02/07 14:31:30 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.76 2009/02/17 15:41:50 momjian Exp $
PostgreSQL documentation
-->
@ -489,6 +489,11 @@ PostgreSQL documentation
locations.
</para>
<para>
<application>pg_dump</application> also supports a
<literal>--binary-upgrade</> option for upgrade utility usage.
</para>
</refsect1>