mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Provide some proper minimal documentation for the pg_dump(all) --binary-upgrade
option. We don't want to commit to what it does, but hiding it will only cause confusion.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.111 2009/02/26 16:02:37 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dump.sgml,v 1.112 2009/03/04 11:57:00 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -550,6 +550,18 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--binary-upgrade</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This option is for use by in-place upgrade utilities. Its use
|
||||
for other purposes is not recommended or supported. The
|
||||
behavior of the option may change in future releases without
|
||||
notice.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--disable-dollar-quoting</></term>
|
||||
<listitem>
|
||||
@ -841,12 +853,6 @@ CREATE DATABASE foo WITH TEMPLATE template0;
|
||||
that can be loaded into older database versions. To do this, manual
|
||||
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">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.77 2009/02/26 16:02:37 petere Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/pg_dumpall.sgml,v 1.78 2009/03/04 11:57:00 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -290,6 +290,18 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--binary-upgrade</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
This option is for use by in-place upgrade utilities. Its use
|
||||
for other purposes is not recommended or supported. The
|
||||
behavior of the option may change in future releases without
|
||||
notice.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--disable-dollar-quoting</></term>
|
||||
<listitem>
|
||||
@ -503,12 +515,6 @@ PostgreSQL documentation
|
||||
database creation will fail for databases in non-default
|
||||
locations.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<application>pg_dump</application> also supports a
|
||||
<literal>--binary-upgrade</> option for upgrade utility usage.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user