-Change <application>initdb> default to enable data checksums (Greg Sabino Mullane)
+Change <xref linkend="app-initdb"/> default to enable data checksums (Greg Sabino Mullane)
§
Checksums can be disabled with the new initdb option .
-<application>pg_upgrade> requires matching cluster checksum settings, so this new
+<xref linkend="pgupgrade"/> requires matching cluster checksum settings, so this new
option can be useful to upgrade non-checksum old clusters.
@@ -136,7+136,7 @@ Prevent COPY FROM from treating \. as an e
-<application>psql> will still treat \. as an end-of-file marker when reading CSV files from STDIN. Older psql clients connecting to PostgreSQL 18 servers might
+<xref linkend="app-psql"/> will still treat \. as an end-of-file marker when reading CSV files from STDIN. Older psql clients connecting to PostgreSQL 18 servers might
experience \copy problems. This
release also enforces that \. must appear alone on a line.
@@ -1015,7+1015,7 @@ Have query jumbling of arrays consider only the first and last array elements (D
-Jumbling is used by <application>pg_stat_statements>.
+Jumbling is used by <xref linkend="pgstatstatements"/>.
@@ -1645,7+1645,7 @@ Require primary/foreign key relationships to use either deterministic collations
-The restore of a <application>pg_dump, also used by pg_upgrade>, will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed.
+The restore of a <xref linkend="app-pgdump"/>, also used by >, will fail if these requirements are not met; schema changes must be made for these upgrade methods to succeed.
@@ -1728,7+1728,7 @@ This was previously erroneously prohibited.
- <link linkend="sql-copy">COPY>
+ <xref linkend="sql-copy"/>
@@ -1796,7+1796,7 @@ Previously, the COPY worked but the FREEZE