On Fri, Jun 26, 2020 at 04:23:26PM -0400, Alvaro Herrera wrote:
> Reading Luis Carril's other entry in the relnotes,
>
> Allow pg_dump --include-foreign-data to dump data from foreign servers (Luis
> Carril)
>
> It seems to suggest that --include-foreign-data existed previously,
> which is not true. I would have worded it as "Add --include-foreign-data
> option to pg_dump to allow dumping data from foreign servers".
OK, pg_dump item about FOREIGN keyword removed from PG 13 release notes,
and the above item clarified. Patch attached and applied to PG 13.
--
Bruce Momjian <[email protected]> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
diff --git a/doc/src/sgml/release-13.sgml b/doc/src/sgml/release-13.sgml
new file mode 100644
index 401c557..45d8f0b
*** a/doc/src/sgml/release-13.sgml
--- b/doc/src/sgml/release-13.sgml
*************** Author: Peter Eisentraut <peter@eisentra
*** 1534,1555 ****
</para>
</listitem>
- <listitem>
- <!--
- Author: Alvaro Herrera <[email protected]>
- 2020-03-20 [4e6209134] pg_dump: Add FOREIGN to ALTER statements, if appropriate
- -->
-
- <para>
- Add <literal>FOREIGN</literal> to <command>ALTER</command> statements,
- if appropriate (Luis Carril)
- </para>
-
- <para>
- WHAT IS THIS ABOUT?
- </para>
- </listitem>
-
</itemizedlist>
</sect3>
--- 1534,1539 ----
*************** Author: Alvaro Herrera <[email protected]
*** 2414,2423 ****
-->
<para>
! Allow <link
linkend="app-pgdump"><application>pg_dump</application></link>
! <option>--include-foreign-data</option> to dump data from foreign
! servers (Luis Carril)
</para>
</listitem>
--- 2398,2407 ----
-->
<para>
! Add <link
linkend="app-pgdump"><application>pg_dump</application></link>
! option <option>--include-foreign-data</option> to dump data from
! foreign servers (Luis Carril)
</para>
</listitem>