We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4a9ee86 commit3a95481Copy full SHA for 3a95481
doc/src/sgml/release-18.sgml
@@ -3043,26 +3043,6 @@ Author: Masahiko Sawada <msawada@postgresql.org>
3043
3044
<itemizedlist>
3045
3046
-<!--
3047
-Author: Andrew Dunstan <andrew@dunslane.net>
3048
-2025-04-04 [1495eff7b] Non text modes for pg_dumpall, correspondingly change pg
3049
--->
3050
-
3051
- <listitem>
3052
- <para>
3053
- Allow <xref linkend="app-pg-dumpall"/> to dump in the same output
3054
- formats as <application>pg_dump</application> supports (Mahendra
3055
- Singh Thalor, Andrew Dunstan)
3056
- <ulink url="&commit_baseurl;1495eff7b">§</ulink>
3057
- </para>
3058
3059
3060
- Also modify <xref linkend="app-pgrestore"/> to handle such dumps.
3061
- Previously <application>pg_dumpall</application> only supported
3062
- text format.
3063
3064
- </listitem>
3065
3066
<!--
3067
Author: Jeff Davis <jdavis@postgresql.org>
3068
2025-03-25 [bde2fb797] Add pg_dump - -with-{schema|data|statistics} options.