Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6755b61

Browse files
committed
doc: PG 13 rels: use xref labels referencing ref/*.sgml files
This avoids using <link> and supplied text.
1 parent85af628 commit6755b61

File tree

1 file changed

+72
-85
lines changed

1 file changed

+72
-85
lines changed

‎doc/src/sgml/release-13.sgml

Lines changed: 72 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ Author: Peter Eisentraut <peter@eisentraut.org>
338338
partitioned tables can be published explicitly causing all partitions
339339
to be automatically published. Addition/removal of partitions from
340340
partitioned tables are automatically added/removed from publications.
341-
The <link linkend="sql-createpublication"><command>CREATE
342-
PUBLICATION</command></link> option
343-
<literal>publish_via_partition_root</literal> controls whether changes
344-
to partitions are published as their own or theirancestor's.
341+
The <xref linkend="sql-createpublication"/> option
342+
<literal>publish_via_partition_root</literal> controls whether
343+
changes to partitions are published as their own or their
344+
ancestor's.
345345
</para>
346346
</listitem>
347347

@@ -397,11 +397,9 @@ Author: Peter Geoghegan <pg@bowt.ie>
397397

398398
<para>
399399
This allows efficient btree indexing of low cardinality columns
400-
by storing duplicate keys only once. Users upgrading with <link
401-
linkend="pgupgrade"><application>pg_upgrade</application></link>
402-
will need to use <link
403-
linkend="sql-reindex"><command>REINDEX</command></link> to make use
404-
of this feature.
400+
by storing duplicate keys only once. Users upgrading
401+
with <xref linkend="pgupgrade"/> will need to use <xref
402+
linkend="sql-reindex"/> to make use of this feature.
405403
</para>
406404
</listitem>
407405

@@ -414,8 +412,8 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
414412
-->
415413

416414
<para>
417-
Allow <link linkend="gist">GiST</link> and <link
418-
linkend="spgist">SP-GiST</link> indexes for <link
415+
Allow <xref linkend="gist"/> and <xref
416+
linkend="spgist"/> indexes for <link
419417
linkend="datatype-line">box</link>/point distance lookups (Nikita
420418
Glukhov)
421419
</para>
@@ -428,9 +426,9 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
428426
-->
429427

430428
<para>
431-
Allow <link linkend="gin"><acronym>GIN</acronym></link> indexes to
432-
more efficiently handle<literal>NOT</literal> restrictions (Nikita
433-
Glukhov, AlexanderKorotkov, Tom Lane, Julien Rouhaud)
429+
Allow <xref linkend="gin"/> indexes to more efficiently handle
430+
<literal>NOT</literal> restrictions (Nikita Glukhov, Alexander
431+
Korotkov, Tom Lane, Julien Rouhaud)
434432
</para>
435433
</listitem>
436434

@@ -658,8 +656,8 @@ Author: David Rowley <drowley@postgresql.org>
658656
-->
659657

660658
<para>
661-
Allow inserts to trigger <link linkend="autovacuum">autovacuum</link>
662-
activity(Laurenz Albe, Darafei Praliaskouski)
659+
Allow inserts to trigger <xref linkend="autovacuum"/> activity
660+
(Laurenz Albe, Darafei Praliaskouski)
663661
</para>
664662

665663
<para>
@@ -722,9 +720,9 @@ Author: Fujii Masao <fujii@postgresql.org>
722720
-->
723721

724722
<para>
725-
Improve the performance when replaying <link
726-
linkend="sql-dropdatabase"><command>DROP DATABASE</command></link>
727-
commands when many tablespaces arein use (Fujii Masao)
723+
Improve the performance when replaying <xref
724+
linkend="sql-dropdatabase"/> commands when many tablespaces are
725+
in use (Fujii Masao)
728726
</para>
729727
</listitem>
730728

@@ -747,9 +745,8 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
747745
-->
748746

749747
<para>
750-
Improve speed of <link
751-
linkend="storage-toast"><acronym>TOAST</acronym></link> decompression
752-
and the retrieval of only the leading bytes of <acronym>TOAST</acronym>
748+
Improve speed of <xref linkend="storage-toast"/> decompression and
749+
the retrieval of only the leading bytes of <acronym>TOAST</acronym>
753750
values (Binguo Bao, Andrey Borodin)
754751
</para>
755752

@@ -769,9 +766,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
769766
-->
770767

771768
<para>
772-
Improve performance of <link
773-
linkend="sql-listen"><command>LISTEN</command></link>/<command>NOTIFY</command>
774-
(Martijn vanOosterhout)
769+
Improve performance of <xref
770+
linkend="sql-listen"/>/<command>NOTIFY</command> (Martijn van
771+
Oosterhout)
775772
</para>
776773
</listitem>
777774

@@ -782,8 +779,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
782779
-->
783780

784781
<para>
785-
Improve the efficiency of removing duplicate <link
786-
linkend="sql-notify"><command>NOTIFY</command></link> events (Tom Lane)
782+
Improve the efficiency of removing duplicate <xref
783+
linkend="sql-notify"/> events (Tom Lane)
787784
</para>
788785
</listitem>
789786

@@ -830,9 +827,9 @@ Author: Amit Kapila <akapila@postgresql.org>
830827
-->
831828

832829
<para>
833-
Allow <link linkend="sql-explain"><command>EXPLAIN</command></link>,
834-
<xref linkend="auto-explain"/>, <link
835-
linkend="autovacuum">autovacuum</link>, and <xref
830+
Allow <xref linkend="sql-explain"/>,
831+
<xref linkend="auto-explain"/>, <xref
832+
linkend="autovacuum"/>, and <xref
836833
linkend="pgstatstatements"/> to track <acronym>WAL</acronym> usage
837834
statistics (Kirill Bychik, Julien Rouhaud)
838835
</para>
@@ -898,7 +895,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
898895
-->
899896

900897
<para>
901-
Make <link linkend="sql-vacuum">vacuum</link> buffer counters 64-bits
898+
Make <xref linkend="sql-vacuum"/> buffer counters 64-bits
902899
wide to avoid overflow (&Aacute;lvaro Herrera)
903900
</para>
904901
</listitem>
@@ -982,8 +979,8 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
982979
<para>
983980
Add system view <link
984981
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_analyze</structname></link>
985-
to report <link linkend="sql-analyze">analyze</link> progress
986-
(&Aacute;lvaroHerrera, Tatsuro Yamada, Vinayak Pokale)
982+
to report <xref linkend="sql-analyze"/> progress (&Aacute;lvaro
983+
Herrera, Tatsuro Yamada, Vinayak Pokale)
987984
</para>
988985
</listitem>
989986

@@ -1363,8 +1360,8 @@ Author: Amit Kapila <akapila@postgresql.org>
13631360
-->
13641361

13651362
<para>
1366-
Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
1367-
to process indexes in parallel(Masahiko Sawada, Amit Kapila)
1363+
Allow <xref linkend="sql-vacuum"/> to process indexes in parallel
1364+
(Masahiko Sawada, Amit Kapila)
13681365
</para>
13691366

13701367
<para>
@@ -1392,8 +1389,7 @@ Author: Fujii Masao <fujii@postgresql.org>
13921389
-->
13931390

13941391
<para>
1395-
Report planning-time buffer usage in <link
1396-
linkend="sql-explain"><command>EXPLAIN</command></link>'s
1392+
Report planning-time buffer usage in <xref linkend="sql-explain"/>'s
13971393
<literal>BUFFER</literal> output (Julien Rouhaud)
13981394
</para>
13991395
</listitem>
@@ -1444,9 +1440,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
14441440
-->
14451441

14461442
<para>
1447-
Add <link linkend="sql-altertable"><command>ALTER
1448-
TABLE</command></link> clause <literal>DROP EXPRESSION</literal>
1449-
to remove generated properties from columns(Peter Eisentraut)
1443+
Add <xref linkend="sql-altertable"/> clause <literal>DROP
1444+
EXPRESSION</literal> to remove generated properties from columns
1445+
(Peter Eisentraut)
14501446
</para>
14511447
</listitem>
14521448

@@ -1469,8 +1465,8 @@ Author: Fujii Masao <fujii@postgresql.org>
14691465
-->
14701466

14711467
<para>
1472-
Add <link linkend="sql-alterview"><command>ALTER VIEW</command></link>
1473-
syntax to rename view columns(Fujii Masao)
1468+
Add <xref linkend="sql-alterview"/> syntax to rename view columns
1469+
(Fujii Masao)
14741470
</para>
14751471

14761472
<para>
@@ -1486,9 +1482,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
14861482
-->
14871483

14881484
<para>
1489-
Add <link linkend="sql-altertype"><command>ALTER TYPE</command></link>
1490-
options useful for extensions,like <acronym>TOAST</acronym> and I/O
1491-
functions control (TomasVondra, Tom Lane)
1485+
Add <xref linkend="sql-altertype"/> options useful for extensions,
1486+
like <acronym>TOAST</acronym> and I/O functions control (Tomas
1487+
Vondra, Tom Lane)
14921488
</para>
14931489
</listitem>
14941490

@@ -1499,9 +1495,8 @@ Author: Peter Eisentraut <peter@eisentraut.org>
14991495
-->
15001496

15011497
<para>
1502-
Add <link linkend="sql-createdatabase"><command>CREATE
1503-
DATABASE</command></link> <literal>LOCALE</literal> option (Peter
1504-
Eisentraut)
1498+
Add <xref linkend="sql-createdatabase"/> <literal>LOCALE</literal>
1499+
option (Peter Eisentraut)
15051500
</para>
15061501

15071502
<para>
@@ -1517,9 +1512,8 @@ Author: Amit Kapila <akapila@postgresql.org>
15171512
-->
15181513

15191514
<para>
1520-
Allow <link linkend="sql-dropdatabase"><command>DROP
1521-
DATABASE</command></link> to disconnect users so drop succeeds (Pavel
1522-
Stehule, Amit Kapila)
1515+
Allow <xref linkend="sql-dropdatabase"/> to disconnect users so
1516+
drop succeeds (Pavel Stehule, Amit Kapila)
15231517
</para>
15241518

15251519
<para>
@@ -1952,7 +1946,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
19521946
</sect3>
19531947

19541948
<sect3>
1955-
<title><link linkend="plpgsql">PL/pgSQL</link></title>
1949+
<title><xref linkend="plpgsql"/></title>
19561950

19571951
<itemizedlist>
19581952

@@ -2306,9 +2300,8 @@ Author: Robert Haas <rhaas@postgresql.org>
23062300
</para>
23072301

23082302
<para>
2309-
A new tool <link
2310-
linkend="app-pgverifybackup"><application>pg_verifybackup</application>"</link>
2311-
can verify backups.
2303+
A new tool <application><xref
2304+
linkend="app-pgverifybackup"/></application> can verify backups.
23122305
</para>
23132306
</listitem>
23142307

@@ -2319,9 +2312,9 @@ Author: Author: Fujii Masao <fujii@postgresql.org>
23192312
-->
23202313

23212314
<para>
2322-
Have <link
2323-
linkend="app-pgbasebackup"><application>pg_basebackup</application></link>
2324-
estimate thetotal backup size by default (Fujii Masao)
2315+
Have <application><xref
2316+
linkend="app-pgbasebackup"/></application> estimate the
2317+
total backup size by default (Fujii Masao)
23252318
</para>
23262319

23272320
<para>
@@ -2340,14 +2333,13 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
23402333
-->
23412334

23422335
<para>
2343-
Add <link
2344-
linkend="app-pgrewind"><application>pg_rewind</application></link>
2336+
Add <application><xref linkend="app-pgrewind"/></application>
23452337
option to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal)
23462338
</para>
23472339

23482340
<para>
2349-
This matches <link
2350-
linkend="app-pgbasebackup"><application>pg_basebackup</application></link>'s
2341+
This matches <application><xref
2342+
linkend="app-pgbasebackup"/></application>'s
23512343
<option>--write-recovery-conf</option> option.
23522344
</para>
23532345
</listitem>
@@ -2393,9 +2385,8 @@ Author: Fujii Masao <fujii@postgresql.org>
23932385
-->
23942386

23952387
<para>
2396-
Increase <link linkend="sql-prepare-transaction"><command>PREPARE
2397-
TRANSACTION</command></link> information reported by
2398-
<application>pg_waldump</application> (Fujii Masao)
2388+
Increase <xref linkend="sql-prepare-transaction"/> information
2389+
reported by <application>pg_waldump</application> (Fujii Masao)
23992390
</para>
24002391
</listitem>
24012392

@@ -2406,10 +2397,9 @@ Author: Robert Haas <rhaas@postgresql.org>
24062397
-->
24072398

24082399
<para>
2409-
Add <link
2410-
linkend="pgwaldump"><application>pg_waldump</application></link>
2411-
option <option>--quiet</option> to suppress non-error output (Andres
2412-
Freund, Robert Haas)
2400+
Add <application><xref linkend="pgwaldump"/></application>
2401+
option <option>--quiet</option> to suppress non-error output
2402+
(Andres Freund, Robert Haas)
24132403
</para>
24142404
</listitem>
24152405

@@ -2420,8 +2410,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
24202410
-->
24212411

24222412
<para>
2423-
Allow <link
2424-
linkend="app-pgdump"><application>pg_dump</application></link>
2413+
Allow <application><xref linkend="app-pgdump"/></application>
24252414
<option>--include-foreign-data</option> to dump data from foreign
24262415
servers (Luis Carril)
24272416
</para>
@@ -2434,8 +2423,8 @@ Author: Amit Kapila <akapila@postgresql.org>
24342423
-->
24352424

24362425
<para>
2437-
Allow vacuum commands run by <link
2438-
linkend="app-vacuumdb">vacuumdb</link> to operate in parallel mode
2426+
Allow vacuum commands run by <application><xref
2427+
linkend="app-vacuumdb"/></application> to operate in parallel mode
24392428
(Masahiko Sawada)
24402429
</para>
24412430

@@ -2451,8 +2440,8 @@ Author: Michael Paquier <michael@paquier.xyz>
24512440
-->
24522441

24532442
<para>
2454-
Allow <link linkend="app-reindexdb">reindexdb</link> to operate in
2455-
parallel (Julien Rouhaud)
2443+
Allow <application><xref linkend="app-reindexdb"/></application>
2444+
to operate inparallel (Julien Rouhaud)
24562445
</para>
24572446

24582447
<para>
@@ -2467,8 +2456,8 @@ Author: Amit Kapila <akapila@postgresql.org>
24672456
-->
24682457

24692458
<para>
2470-
Allow <link linkend="app-dropdb">dropdb</link> to force disconnections
2471-
so the drop succeeds (Pavel Stehule)
2459+
Allow <application><xref linkend="app-dropdb"/></application>
2460+
to force disconnectionsso the drop succeeds (Pavel Stehule)
24722461
</para>
24732462

24742463
<para>
@@ -2484,7 +2473,7 @@ Author: Author: Michael Paquier <michael@paquier.xyz>
24842473

24852474
<para>
24862475
Remove <option>--adduser</option> and <option>--no-adduser</option>
2487-
from <link linkend="app-createuser">createuser</link> (Alexander
2476+
from <application><xref linkend="app-createuser"/></application> (Alexander
24882477
Lakhin)
24892478
</para>
24902479

@@ -2501,9 +2490,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
25012490
-->
25022491

25032492
<para>
2504-
Use the directory of the <link
2505-
linkend="pgupgrade"><application>pg_upgrade</application></link>
2506-
binaryas the default new 'bindir' location when running
2493+
Use the directory of the <application><xref
2494+
linkend="pgupgrade"/></application> binary
2495+
as the default new 'bindir' location when running
25072496
<application>pg_upgrade</application> (Daniel Gustafsson)
25082497
</para>
25092498
</listitem>
@@ -2712,8 +2701,7 @@ Author: Joe Conway <mail@joeconway.com>
27122701
-->
27132702

27142703
<para>
2715-
Add <link linkend="sql-truncate"><command>TRUNCATE</command></link>
2716-
command hook (Yuli Khodorkovskiy)
2704+
Add <xref linkend="sql-truncate"/> command hook (Yuli Khodorkovskiy)
27172705
</para>
27182706
</listitem>
27192707

@@ -2860,8 +2848,7 @@ Author: Andrew Dunstan <andrew@dunslane.net>
28602848
</para>
28612849

28622850
<para>
2863-
Specifically, allow <link linkend="sql-alterusermapping"><command>ALTER
2864-
USER MAPPING</command></link> to set
2851+
Specifically, allow <xref linkend="sql-alterusermapping"/> to set
28652852
<literal>password_required</literal> to false. Care must still be
28662853
taken to avoid non-superusers from using superuser credentials to
28672854
connect to the foreign server.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp