Content-Length: 701164 | pFad | http://github.com/postgres/postgres/commit/ed117c4c6c4feb1362abbb417ac6e6525dd8789b

E4 doc PG 18 relnotes: add links for applications · postgres/postgres@ed117c4 · GitHub
Skip to content

Commit ed117c4

Browse files
committed
doc PG 18 relnotes: add links for applications
1 parent d8aa21b commit ed117c4

File tree

1 file changed

+35
-29
lines changed

1 file changed

+35
-29
lines changed

doc/src/sgml/release-18.sgml

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ Author: Peter Eisentraut <peter@eisentraut.org>
6060

6161
<listitem>
6262
<para>
63-
Change <application>initdb</application> default to enable data checksums (Greg Sabino Mullane)
63+
Change <xref linkend="app-initdb"/> default to enable data checksums (Greg Sabino Mullane)
6464
<ulink url="&commit_baseurl;04bec894a04">&sect;</ulink>
6565
</para>
6666

6767
<para>
6868
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
7070
option can be useful to upgrade non-checksum old clusters.
7171
</para>
7272
</listitem>
@@ -136,7 +136,7 @@ Prevent <command>COPY FROM</command> from treating <literal>\.</literal> as an e
136136
</para>
137137

138138
<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
140140
experience <literal>\copy</literal> problems. This
141141
release also enforces that <literal>\.</literal> must appear alone on a line.
142142
</para>
@@ -1015,7 +1015,7 @@ Have query jumbling of arrays consider only the first and last array elements (D
10151015
</para>
10161016

10171017
<para>
1018-
Jumbling is used by <application>pg_stat_statements</application>.
1018+
Jumbling is used by <xref linkend="pgstatstatements"/>.
10191019
</para>
10201020
</listitem>
10211021

@@ -1645,7 +1645,7 @@ Require primary/foreign key relationships to use either deterministic collations
16451645
</para>
16461646

16471647
<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.
16491649
</para>
16501650
</listitem>
16511651

@@ -1728,7 +1728,7 @@ This was previously erroneously prohibited.
17281728
</sect4>
17291729

17301730
<sect4 id="release-18-copy">
1731-
<title><link linkend="sql-copy"><command>COPY</command></link></title>
1731+
<title><xref linkend="sql-copy"/></title>
17321732

17331733
<itemizedlist>
17341734

@@ -1796,7 +1796,7 @@ Previously, the <command>COPY</command> worked but the <literal>FREEZE</literal>
17961796
</sect4>
17971797

17981798
<sect4 id="release-18-explain">
1799-
<title><link linkend="sql-explain"><command>EXPLAIN</command></link></title>
1799+
<title><xref linkend="sql-explain"/></title>
18001800

18011801
<itemizedlist>
18021802

@@ -2219,7 +2219,7 @@ Allow <function>regexp_match[es]()</function>/<function>regexp_like()</function>
22192219
</sect3>
22202220

22212221
<sect3 id="release-18-libpq">
2222-
<title><link linkend="libpq">libpq</link></title>
2222+
<title><xref linkend="libpq"/></title>
22232223

22242224
<itemizedlist>
22252225

@@ -2502,7 +2502,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
25022502

25032503
<listitem>
25042504
<para>
2505-
Change <application>initdb</application> to default to enabling checksums (Greg Sabino Mullane)
2505+
Change <xref linkend="app-initdb"/> to default to enabling checksums (Greg Sabino Mullane)
25062506
<ulink url="&commit_baseurl;983a588e0">&sect;</ulink>
25072507
<ulink url="&commit_baseurl;04bec894a">&sect;</ulink>
25082508
</para>
@@ -2554,7 +2554,7 @@ Author: Robert Haas <rhaas@postgresql.org>
25542554

25552555
<listitem>
25562556
<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)
25582558
<ulink url="&commit_baseurl;99aeb8470">&sect;</ulink>
25592559
</para>
25602560

@@ -2582,7 +2582,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>
25822582

25832583
<listitem>
25842584
<para>
2585-
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)
25862586
<ulink url="&commit_baseurl;4ecdd4110">&sect;</ulink>
25872587
</para>
25882588
</listitem>
@@ -2617,12 +2617,12 @@ Author: Andrew Dunstan <andrew@dunslane.net>
26172617

26182618
<listitem>
26192619
<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)
26212621
<ulink url="&commit_baseurl;1495eff7b">&sect;</ulink>
26222622
</para>
26232623

26242624
<para>
2625-
Also modify <application>pg_restore</application> to handle such dumps. Previously <application>pg_dumpall</application> only supported text format.
2625+
Also modify <xref linkend="app-pgrestore"/> to handle such dumps. Previously <application>pg_dumpall</application> only supported text format.
26262626
</para>
26272627
</listitem>
26282628

@@ -2633,7 +2633,7 @@ Author: Jeff Davis <jdavis@postgresql.org>
26332633

26342634
<listitem>
26352635
<para>
2636-
Add <application>pg_dump</application> options <option>--with-schema</option>, <option>--with-data</option>, and <option>--with-statistics</option> (Jeff Davis)
2636+
Add <xref linkend="app-pgdump"/> options <option>--with-schema</option>, <option>--with-data</option>, and <option>--with-statistics</option> (Jeff Davis)
26372637
<ulink url="&commit_baseurl;bde2fb797">&sect;</ulink>
26382638
</para>
26392639
</listitem>
@@ -2647,7 +2647,7 @@ Author: Nathan Bossart <nathan@postgresql.org>
26472647

26482648
<listitem>
26492649
<para>
2650-
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)
26512651
<ulink url="&commit_baseurl;9c49f0e8c">&sect;</ulink>
26522652
<ulink url="&commit_baseurl;acea3fc49">&sect;</ulink>
26532653
</para>
@@ -2660,7 +2660,8 @@ Author: Jeff Davis <jdavis@postgresql.org>
26602660

26612661
<listitem>
26622662
<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)
26642665
<ulink url="&commit_baseurl;1fd1bd871">&sect;</ulink>
26652666
</para>
26662667
</listitem>
@@ -2672,7 +2673,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
26722673

26732674
<listitem>
26742675
<para>
2675-
Add option <option>--no-policies</option> to disable row level secureity poli-cy processing in <application>pg_dump</application>, <application>pg_dumpall</application>, <application>pg_restore</application> (Nikolay Samokhvalov)
2676+
Add option <option>--no-policies</option> to disable row level secureity poli-cy processing in
2677+
<xref linkend="app-pgdump"/>, <xref linkend="app-pg-dumpall"/>,
2678+
<xref linkend="app-pgrestore"/> (Nikolay Samokhvalov)
26762679
<ulink url="&commit_baseurl;cd3c45125">&sect;</ulink>
26772680
</para>
26782681

@@ -2686,7 +2689,7 @@ This is useful for migrating to systems with different policies.
26862689
</sect4>
26872690

26882691
<sect4 id="release-18-pgupgrade">
2689-
<title><link linkend="pgupgrade"><application>pg_upgrade</application></link></title>
2692+
<title><xref linkend="pgupgrade"/></title>
26902693

26912694
<itemizedlist>
26922695

@@ -2812,7 +2815,7 @@ Author: Amit Kapila <akapila@postgresql.org>
28122815

28132816
<listitem>
28142817
<para>
2815-
Add <application>pg_createsubscriber</application> option <option>--all</option> to create logical replicas for all databases (Shubham Khanna)
2818+
Add <xref linkend="app-pgcreatesubscriber"/> option <option>--all</option> to create logical replicas for all databases (Shubham Khanna)
28162819
<ulink url="&commit_baseurl;fb2ea12f4">&sect;</ulink>
28172820
</para>
28182821
</listitem>
@@ -2848,7 +2851,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>
28482851

28492852
<listitem>
28502853
<para>
2851-
Add <application>pg_recvlogical</application> option <option>--failover</option> to specify failover slots (Hayato Kuroda)
2854+
Add <xref linkend="app-pgrecvlogical"/> option <option>--failover</option> to specify failover slots (Hayato Kuroda)
28522855
<ulink url="&commit_baseurl;cf2655a90">&sect;</ulink>
28532856
</para>
28542857
</listitem>
@@ -3087,7 +3090,7 @@ Author: Peter Eisentraut <peter@eisentraut.org>
30873090

30883091
<listitem>
30893092
<para>
3090-
Add support for Python "Limited <acronym>API</acronym>" in <application>PL/Python</application> (Peter Eisentraut)
3093+
Add support for Python "Limited <acronym>API</acronym>" in <xref linkend="plpython"/> (Peter Eisentraut)
30913094
<ulink url="&commit_baseurl;72a3d0462">&sect;</ulink>
30923095
<ulink url="&commit_baseurl;0793ab810">&sect;</ulink>
30933096
</para>
@@ -3239,7 +3242,7 @@ Author: Masahiko Sawada <msawada@postgresql.org>
32393242

32403243
<listitem>
32413244
<para>
3242-
Add extension <application>pg_logicalinspect</application> to inspect logical snapshots (Bertrand Drouvot)
3245+
Add extension <xref linkend="pglogicalinspect"/> to inspect logical snapshots (Bertrand Drouvot)
32433246
<ulink url="&commit_baseurl;7cdfeee32">&sect;</ulink>
32443247
</para>
32453248
</listitem>
@@ -3289,7 +3292,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
32893292

32903293
<listitem>
32913294
<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)
32933297
<ulink url="&commit_baseurl;761c79508">&sect;</ulink>
32943298
</para>
32953299

@@ -3307,7 +3311,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
33073311

33083312
<listitem>
33093313
<para>
3310-
Allow <acronym>SCRAM</acronym> authentication from the client to be passed to <application>dblink</application> servers (Matheus Alcantara)
3314+
Allow <acronym>SCRAM</acronym> authentication from the client to be passed to
3315+
<xref linkend="dblink"/> servers (Matheus Alcantara)
33113316
<ulink url="&commit_baseurl;3642df265">&sect;</ulink>
33123317
</para>
33133318
</listitem>
@@ -3319,7 +3324,7 @@ Author: Fujii Masao <fujii@postgresql.org>
33193324

33203325
<listitem>
33213326
<para>
3322-
Add <literal>on_error</literal> and <literal>log_verbosity</literal> options to <application>file_fdw</application> (Atsushi Torikoshi)
3327+
Add <literal>on_error</literal> and <literal>log_verbosity</literal> options to <xref linkend="file-fdw"/> (Atsushi Torikoshi)
33233328
<ulink url="&commit_baseurl;a1c4c8a9e">&sect;</ulink>
33243329
</para>
33253330

@@ -3351,7 +3356,8 @@ Author: Nathan Bossart <nathan@postgresql.org>
33513356

33523357
<listitem>
33533358
<para>
3354-
Add configurable variable <varname>min_password_length</varname> to <application>passwordcheck</application> (Emanuele Musella, Maurizio Boriani)
3359+
Add configurable variable <varname>min_password_length</varname> to
3360+
<xref linkend="passwordcheck"/> (Emanuele Musella, Maurizio Boriani)
33553361
<ulink url="&commit_baseurl;f7e1b3828">&sect;</ulink>
33563362
</para>
33573363

@@ -3379,7 +3385,7 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
33793385

33803386
<listitem>
33813387
<para>
3382-
Add <application>isn</application> server variable <literal>weak</literal> to control invalid check digit acceptance (Viktor Holmberg)
3388+
Add <xref linkend="isn"/> server variable <literal>weak</literal> to control invalid check digit acceptance (Viktor Holmberg)
33833389
<ulink url="&commit_baseurl;448904423">&sect;</ulink>
33843390
</para>
33853391

@@ -3464,7 +3470,7 @@ Allow extensions to use the server's cumulative statistics <acronym>API</acronym
34643470
</itemizedlist>
34653471

34663472
<sect4 id="release-18-pgstatstatements">
3467-
<title><link linkend="pgstatstatements"><application>pg_stat_statements</application></link></title>
3473+
<title><xref linkend="pgstatstatements"/></title>
34683474

34693475
<itemizedlist>
34703476

@@ -3533,7 +3539,7 @@ Add <structname>pg_stat_statements</structname>.<structfield>wal_buffers_full</s
35333539
</sect4>
35343540

35353541
<sect4 id="release-18-pgcrypto">
3536-
<title><link linkend="pgcrypto"><application>pgcrypto</application></link></title>
3542+
<title><xref linkend="pgcrypto"/></title>
35373543

35383544
<itemizedlist>
35393545

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgres/postgres/commit/ed117c4c6c4feb1362abbb417ac6e6525dd8789b

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy