doc PG 18 relnotes: add links for applications
authorBruce Momjian
Thu, 19 Jun 2025 15:59:00 +0000 (11:59 -0400)
committerBruce Momjian
Thu, 19 Jun 2025 15:59:00 +0000 (11:59 -0400)
doc/src/sgml/release-18.sgml

index e89a86b1aa8134bc8387bdd0933f778892625bbd..75e17f1a0c6dee73b2b0f7bdb893840c1ffcc974 100644 (file)
@@ -60,13 +60,13 @@ Author: Peter Eisentraut 
 
 
 
-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.
     
 
     
-     <<span class="marked">link linkend="sql-copy"><command>COPY</command></link</span>>
+     <<span class="marked">xref linkend="sql-copy"/</span>>
 
       
 
@@ -1796,7 +1796,7 @@ Previously, the COPY worked but the FREEZE
     
 
     
-     <<span class="marked">link linkend="sql-explain"><command>EXPLAIN</command></link</span>>
+     <<span class="marked">xref linkend="sql-explain"/</span>>
 
      
 
@@ -2219,7 +2219,7 @@ Allow regexp_match[es]()/regexp_like()
    
 
    
-    <<span class="marked">link linkend="libpq">libpq</link</span>>
+    <<span class="marked">xref linkend="libpq"/</span>>
 
     
 
@@ -2502,7 +2502,7 @@ Author: Peter Eisentraut 
 
 
 
-Change <application>initdb> to default to enabling checksums (Greg Sabino Mullane)
+Change <xref linkend="app-initdb"/> to default to enabling checksums (Greg Sabino Mullane)
 §
 §
 
@@ -2554,7 +2554,7 @@ Author: Robert Haas 
 
 
 
-Add <application>pg_combinebackup> option / to enable hard linking (Israel Barth Rubio, Robert Haas)
+Add <xref linkend="app-pgcombinebackup"/> option / to enable hard linking (Israel Barth Rubio, Robert Haas)
 §
 
 
@@ -2582,7 +2582,7 @@ Author: Masahiko Sawada 
 
 
 
-If <application>pg_rewind>'s  specifies a database name, use it in  output (Masahiko Sawada)
+If <xref linkend="app-pgrewind"/>'s  specifies a database name, use it in  output (Masahiko Sawada)
 §
 
 
@@ -2617,12 +2617,12 @@ Author: Andrew Dunstan 
 
 
 
-Allow <application>pg_dumpall> to dump in the same output formats as pg_dump supports (Mahendra Singh Thalor, Andrew Dunstan)
+Allow <xref linkend="app-pg-dumpall"/> to dump in the same output formats as pg_dump supports (Mahendra Singh Thalor, Andrew Dunstan)
 §
 
 
 
-Also modify <application>pg_restore> to handle such dumps.  Previously pg_dumpall only supported text format.
+Also modify <xref linkend="app-pgrestore"/> to handle such dumps.  Previously pg_dumpall only supported text format.
 
 
 
@@ -2633,7 +2633,7 @@ Author: Jeff Davis 
 
 
 
-Add <application>pg_dump> options , and  (Jeff Davis)
+Add <xref linkend="app-pgdump"/> options , and  (Jeff Davis)
 §
 
 
@@ -2647,7 +2647,7 @@ Author: Nathan Bossart 
 
 
 
-Add pg_dump and <application>pg_dumpall> option  to dump sequence data that would normally be excluded (Nathan Bossart)
+Add pg_dump and <xref linkend="app-pg-dumpall"/> option  to dump sequence data that would normally be excluded (Nathan Bossart)
 §
 §
 
@@ -2660,7 +2660,8 @@ Author: Jeff Davis 
 
 
 
-Add pg_dumppg_dumpall, and pg_restore options , and  (Corey Huinker, Jeff Davis)
+Add , and
+ options , and  (Corey Huinker, Jeff Davis)
 §
 
 
@@ -2672,7 +2673,9 @@ Author: Tom Lane 
 
 
 
-Add option  to disable row level security policy processing in pg_dumppg_dumpallpg_restore (Nikolay Samokhvalov)
+Add option  to disable row level security policy processing in
+,
+ (Nikolay Samokhvalov)
 §
 
 
@@ -2686,7 +2689,7 @@ This is useful for migrating to systems with different policies.
     
 
     
-     <<span class="marked">link linkend="pgupgrade"><application>pg_upgrade</application></link</span>>
+     <<span class="marked">xref linkend="pgupgrade"/</span>>
 
      
 
@@ -2812,7 +2815,7 @@ Author: Amit Kapila 
 
 
 
-Add <application>pg_createsubscriber> option  to create logical replicas for all databases (Shubham Khanna)
+Add <xref linkend="app-pgcreatesubscriber"/> option  to create logical replicas for all databases (Shubham Khanna)
 §
 
 
@@ -2848,7 +2851,7 @@ Author: Masahiko Sawada 
 
 
 
-Add <application>pg_recvlogical> option  to specify failover slots (Hayato Kuroda)
+Add <xref linkend="app-pgrecvlogical"/> option  to specify failover slots (Hayato Kuroda)
 §
 
 
@@ -3087,7 +3090,7 @@ Author: Peter Eisentraut 
 
 
 
-Add support for Python "Limited API" in <application>PL/Python> (Peter Eisentraut)
+Add support for Python "Limited API" in <xref linkend="plpython"/> (Peter Eisentraut)
 §
 §
 
@@ -3239,7 +3242,7 @@ Author: Masahiko Sawada 
 
 
 
-Add extension <application>pg_logicalinspect> to inspect logical snapshots (Bertrand Drouvot)
+Add extension <xref linkend="pglogicalinspect"/> to inspect logical snapshots (Bertrand Drouvot)
 §
 
 
@@ -3289,7 +3292,8 @@ Author: Peter Eisentraut 
 
 
 
-Allow SCRAM authentication from the client to be passed to postgres_fdw servers (Matheus Alcantara, Peter Eisentraut)
+Allow SCRAM authentication from the client to be passed to
+ servers (Matheus Alcantara, Peter Eisentraut)
 §
 
 
@@ -3307,7 +3311,8 @@ Author: Peter Eisentraut 
 
 
 
-Allow SCRAM authentication from the client to be passed to dblink servers (Matheus Alcantara)
+Allow SCRAM authentication from the client to be passed to
+ servers (Matheus Alcantara)
 §
 
 
@@ -3319,7 +3324,7 @@ Author: Fujii Masao 
 
 
 
-Add on_error and log_verbosity options to <application>file_fdw> (Atsushi Torikoshi)
+Add on_error and log_verbosity options to <xref linkend="file-fdw"/> (Atsushi Torikoshi)
 §
 
 
@@ -3351,7 +3356,8 @@ Author: Nathan Bossart 
 
 
 
-Add configurable variable min_password_length to passwordcheck (Emanuele Musella, Maurizio Boriani)
+Add configurable variable min_password_length to
+ (Emanuele Musella, Maurizio Boriani)
 §
 
 
@@ -3379,7 +3385,7 @@ Author: Tom Lane 
 
 
 
-Add <application>isn> server variable weak to control invalid check digit acceptance (Viktor Holmberg)
+Add <xref linkend="isn"/> server variable weak to control invalid check digit acceptance (Viktor Holmberg)
 §
 
 
@@ -3464,7 +3470,7 @@ Allow extensions to use the server's cumulative statistics API
     
 
     
-     <<span class="marked">link linkend="pgstatstatements"><application>pg_stat_statements</application></link</span>>
+     <<span class="marked">xref linkend="pgstatstatements"/</span>>
 
      
 
@@ -3533,7 +3539,7 @@ Add pg_stat_statements.wal_buffers_full
     
 
     
-     <<span class="marked">link linkend="pgcrypto"><application>pgcrypto</application></link</span>>
+     <<span class="marked">xref linkend="pgcrypto"/</span>>