]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove release note item for Non text modes for pg_dumpall
authorAndrew Dunstan <andrew@dunslane.net>
Wed, 30 Jul 2025 15:34:57 +0000 (11:34 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Wed, 30 Jul 2025 15:34:57 +0000 (11:34 -0400)
The feature has been reverted.

doc/src/sgml/release-18.sgml

index c1f111f6fd7805f9f8aedb36d540226fc2dfbca4..f42ba3000bc05c71269075bd64c435b86b991e99 100644 (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.