You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checksums can be disabled with the new <application>initdb</application> option <option>--no-data-checksums</option>.
69
-
<application>pg_upgrade</application> requires matching cluster checksum settings, so this new
69
+
<xref linkend="pgupgrade"/> requires matching cluster checksum settings, so this new
70
70
option can be useful to upgrade non-checksum old clusters.
71
71
</para>
72
72
</listitem>
@@ -136,7 +136,7 @@ Prevent <command>COPY FROM</command> from treating <literal>\.</literal> as an e
136
136
</para>
137
137
138
138
<para>
139
-
<application>psql</application> will still treat <literal>\.</literal> as an end-of-file marker when reading <acronym>CSV</acronym> files from <literal>STDIN</literal>. Older <application>psql</application> clients connecting to <productname>PostgreSQL</productname> 18 servers might
139
+
<xref linkend="app-psql"/> will still treat <literal>\.</literal> as an end-of-file marker when reading <acronym>CSV</acronym> files from <literal>STDIN</literal>. Older <application>psql</application> clients connecting to <productname>PostgreSQL</productname> 18 servers might
140
140
experience <literal>\copy</literal> problems. This
141
141
release also enforces that <literal>\.</literal> must appear alone on a line.
142
142
</para>
@@ -1015,7 +1015,7 @@ Have query jumbling of arrays consider only the first and last array elements (D
1015
1015
</para>
1016
1016
1017
1017
<para>
1018
-
Jumbling is used by <application>pg_stat_statements</application>.
1018
+
Jumbling is used by <xref linkend="pgstatstatements"/>.
1019
1019
</para>
1020
1020
</listitem>
1021
1021
@@ -1645,7 +1645,7 @@ Require primary/foreign key relationships to use either deterministic collations
1645
1645
</para>
1646
1646
1647
1647
<para>
1648
-
The restore of a <application>pg_dump</application>, also used by <application>pg_upgrade</application>, will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed.
1648
+
The restore of a <xref linkend="app-pgdump"/>, also used by <xref linkend="pgupgrade"/>, will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed.
1649
1649
</para>
1650
1650
</listitem>
1651
1651
@@ -1728,7 +1728,7 @@ This was previously erroneously prohibited.
@@ -2554,7 +2554,7 @@ Author: Robert Haas <rhaas@postgresql.org>
2554
2554
2555
2555
<listitem>
2556
2556
<para>
2557
-
Add <application>pg_combinebackup</application> option <option>-k</option>/<option>--link</option> to enable hard linking (Israel Barth Rubio, Robert Haas)
2557
+
Add <xref linkend="app-pgcombinebackup"/> option <option>-k</option>/<option>--link</option> to enable hard linking (Israel Barth Rubio, Robert Haas)
If <application>pg_rewind</application>'s <option>--source-server</option> specifies a database name, use it in <option>--write-recovery-conf</option> output (Masahiko Sawada)
2585
+
If <xref linkend="app-pgrewind"/>'s <option>--source-server</option> specifies a database name, use it in <option>--write-recovery-conf</option> output (Masahiko Sawada)
@@ -2617,12 +2617,12 @@ Author: Andrew Dunstan <andrew@dunslane.net>
2617
2617
2618
2618
<listitem>
2619
2619
<para>
2620
-
Allow <application>pg_dumpall</application> to dump in the same output formats as <application>pg_dump</application> supports (Mahendra Singh Thalor, Andrew Dunstan)
2620
+
Allow <xref linkend="app-pg-dumpall"/> to dump in the same output formats as <application>pg_dump</application> supports (Mahendra Singh Thalor, Andrew Dunstan)
Add <application>pg_dump</application> and <application>pg_dumpall</application> option <option>--sequence-data</option> to dump sequence data that would normally be excluded (Nathan Bossart)
2650
+
Add <application>pg_dump</application> and <xref linkend="app-pg-dumpall"/> option <option>--sequence-data</option> to dump sequence data that would normally be excluded (Nathan Bossart)
@@ -2660,7 +2660,8 @@ Author: Jeff Davis <jdavis@postgresql.org>
2660
2660
2661
2661
<listitem>
2662
2662
<para>
2663
-
Add <application>pg_dump</application>, <application>pg_dumpall</application>, and <application>pg_restore</application> options <option>--statistics-only</option>, <option>--no-statistics</option>, <option>--no-data</option>, and <option>--no-schema</option> (Corey Huinker, Jeff Davis)
2663
+
Add <xref linkend="app-pgdump"/>, <xref linkend="app-pg-dumpall"/>, and
2664
+
<xref linkend="app-pgrestore"/> options <option>--statistics-only</option>, <option>--no-statistics</option>, <option>--no-data</option>, and <option>--no-schema</option> (Corey Huinker, Jeff Davis)
@@ -3289,7 +3292,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
3289
3292
3290
3293
<listitem>
3291
3294
<para>
3292
-
Allow <acronym>SCRAM</acronym> authentication from the client to be passed to <application>postgres_fdw</application> servers (Matheus Alcantara, Peter Eisentraut)
3295
+
Allow <acronym>SCRAM</acronym> authentication from the client to be passed to
3296
+
<xref linkend="postgres-fdw"/> servers (Matheus Alcantara, Peter Eisentraut)
0 commit comments