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

Remove release note item for Non text modes for pg_dumpall

The feature has been reverted.
This commit is contained in:
Andrew Dunstan
2025-07-30 11:34:57 -04:00
parent 4a9ee867bf
commit 3a954813a0

View File

@@ -3043,26 +3043,6 @@ Author: Masahiko Sawada <msawada@postgresql.org>
<itemizedlist>
<!--
Author: Andrew Dunstan <andrew@dunslane.net>
2025-04-04 [1495eff7b] Non text modes for pg_dumpall, correspondingly change pg
-->
<listitem>
<para>
Allow <xref linkend="app-pg-dumpall"/> to dump in the same output
formats as <application>pg_dump</application> supports (Mahendra
Singh Thalor, Andrew Dunstan)
<ulink url="&commit_baseurl;1495eff7b">&sect;</ulink>
</para>
<para>
Also modify <xref linkend="app-pgrestore"/> to handle such dumps.
Previously <application>pg_dumpall</application> only supported
text format.
</para>
</listitem>
<!--
Author: Jeff Davis <jdavis@postgresql.org>
2025-03-25 [bde2fb797] Add pg_dump - -with-{schema|data|statistics} options.