@@ -338,10 +338,10 @@ Author: Peter Eisentraut <peter@eisentraut.org>
338
338
partitioned tables can be published explicitly causing all partitions
339
339
to be automatically published. Addition/removal of partitions from
340
340
partitioned tables are automatically added/removed from publications.
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.
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 their ancestor's.
345
345
</para>
346
346
</listitem>
347
347
@@ -397,9 +397,11 @@ Author: Peter Geoghegan <pg@bowt.ie>
397
397
398
398
<para>
399
399
This allows efficient btree indexing of low cardinality columns
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.
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.
403
405
</para>
404
406
</listitem>
405
407
@@ -412,8 +414,8 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
412
414
-->
413
415
414
416
<para>
415
- Allow <xref linkend="gist"/ > and <xref
416
- linkend="spgist"/ > indexes for <link
417
+ Allow <link linkend="gist">GiST</link > and <link
418
+ linkend="spgist">SP-GiST</link > indexes for <link
417
419
linkend="datatype-line">box</link>/point distance lookups (Nikita
418
420
Glukhov)
419
421
</para>
@@ -426,9 +428,9 @@ Author: Alexander Korotkov <akorotkov@postgresql.org>
426
428
-->
427
429
428
430
<para>
429
- Allow <xref linkend="gin"/> indexes to more efficiently handle
430
- <literal>NOT</literal> restrictions (Nikita Glukhov, Alexander
431
- Korotkov, Tom Lane, Julien Rouhaud)
431
+ Allow <link linkend="gin"><acronym>GIN</acronym></link> indexes to
432
+ more efficiently handle <literal>NOT</literal> restrictions (Nikita
433
+ Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud)
432
434
</para>
433
435
</listitem>
434
436
@@ -650,8 +652,8 @@ Author: David Rowley <drowley@postgresql.org>
650
652
-->
651
653
652
654
<para>
653
- Allow inserts to trigger <xref linkend="autovacuum"/> activity
654
- (Laurenz Albe, Darafei Praliaskouski)
655
+ Allow inserts to trigger <link linkend="autovacuum">autovacuum</link>
656
+ activity (Laurenz Albe, Darafei Praliaskouski)
655
657
</para>
656
658
657
659
<para>
@@ -714,9 +716,9 @@ Author: Fujii Masao <fujii@postgresql.org>
714
716
-->
715
717
716
718
<para>
717
- Improve the performance when replaying <xref
718
- linkend="sql-dropdatabase"/> commands when many tablespaces are
719
- in use (Fujii Masao)
719
+ Improve the performance when replaying <link
720
+ linkend="sql-dropdatabase"><command>DROP DATABASE</command></link>
721
+ commands when many tablespaces are in use (Fujii Masao)
720
722
</para>
721
723
</listitem>
722
724
@@ -739,8 +741,9 @@ Author: Tomas Vondra <tomas.vondra@postgresql.org>
739
741
-->
740
742
741
743
<para>
742
- Improve speed of <xref linkend="storage-toast"/> decompression and
743
- the retrieval of only the leading bytes of <acronym>TOAST</acronym>
744
+ Improve speed of <link
745
+ linkend="storage-toast"><acronym>TOAST</acronym></link> decompression
746
+ and the retrieval of only the leading bytes of <acronym>TOAST</acronym>
744
747
values (Binguo Bao, Andrey Borodin)
745
748
</para>
746
749
@@ -760,9 +763,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
760
763
-->
761
764
762
765
<para>
763
- Improve performance of <xref
764
- linkend="sql-listen"/>/ <command>NOTIFY</command> (Martijn van
765
- Oosterhout)
766
+ Improve performance of <link
767
+ linkend="sql-listen"><command>LISTEN</command></link>/ <command>NOTIFY</command>
768
+ (Martijn van Oosterhout)
766
769
</para>
767
770
</listitem>
768
771
@@ -773,8 +776,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
773
776
-->
774
777
775
778
<para>
776
- Improve the efficiency of removing duplicate <xref
777
- linkend="sql-notify"/ > events (Tom Lane)
779
+ Improve the efficiency of removing duplicate <link
780
+ linkend="sql-notify"><command>NOTIFY</command></link > events (Tom Lane)
778
781
</para>
779
782
</listitem>
780
783
@@ -821,9 +824,9 @@ Author: Amit Kapila <akapila@postgresql.org>
821
824
-->
822
825
823
826
<para>
824
- Allow <xref linkend="sql-explain"/ >,
825
- <xref linkend="auto-explain"/>, <xref
826
- linkend="autovacuum"/ >, and <xref
827
+ Allow <link linkend="sql-explain"><command>EXPLAIN</command></link >,
828
+ <xref linkend="auto-explain"/>, <link
829
+ linkend="autovacuum">autovacuum</link >, and <xref
827
830
linkend="pgstatstatements"/> to track <acronym>WAL</acronym> usage
828
831
statistics (Kirill Bychik, Julien Rouhaud)
829
832
</para>
@@ -889,7 +892,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
889
892
-->
890
893
891
894
<para>
892
- Make <xref linkend="sql-vacuum"/ > buffer counters 64-bits
895
+ Make <link linkend="sql-vacuum">vacuum</link > buffer counters 64-bits
893
896
wide to avoid overflow (Álvaro Herrera)
894
897
</para>
895
898
</listitem>
@@ -973,8 +976,8 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
973
976
<para>
974
977
Add system view <link
975
978
linkend="monitoring-stats-dynamic-views-table"><structname>pg_stat_progress_analyze</structname></link>
976
- to report <xref linkend="sql-analyze"/ > progress (Álvaro
977
- Herrera, Tatsuro Yamada, Vinayak Pokale)
979
+ to report <link linkend="sql-analyze">analyze</link > progress
980
+ (Álvaro Herrera, Tatsuro Yamada, Vinayak Pokale)
978
981
</para>
979
982
</listitem>
980
983
@@ -1354,8 +1357,8 @@ Author: Amit Kapila <akapila@postgresql.org>
1354
1357
-->
1355
1358
1356
1359
<para>
1357
- Allow <xref linkend="sql-vacuum"/> to process indexes in parallel
1358
- (Masahiko Sawada, Amit Kapila)
1360
+ Allow <link linkend="sql-vacuum"><command>VACUUM</command></link>
1361
+ to process indexes in parallel (Masahiko Sawada, Amit Kapila)
1359
1362
</para>
1360
1363
1361
1364
<para>
@@ -1383,7 +1386,8 @@ Author: Fujii Masao <fujii@postgresql.org>
1383
1386
-->
1384
1387
1385
1388
<para>
1386
- Report planning-time buffer usage in <xref linkend="sql-explain"/>'s
1389
+ Report planning-time buffer usage in <link
1390
+ linkend="sql-explain"><command>EXPLAIN</command></link>'s
1387
1391
<literal>BUFFER</literal> output (Julien Rouhaud)
1388
1392
</para>
1389
1393
</listitem>
@@ -1434,9 +1438,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1434
1438
-->
1435
1439
1436
1440
<para>
1437
- Add <xref linkend="sql-altertable"/> clause <literal>DROP
1438
- EXPRESSION</literal> to remove generated properties from columns
1439
- (Peter Eisentraut)
1441
+ Add <link linkend="sql-altertable"><command>ALTER
1442
+ TABLE</command></link> clause <literal>DROP EXPRESSION</literal>
1443
+ to remove generated properties from columns (Peter Eisentraut)
1440
1444
</para>
1441
1445
</listitem>
1442
1446
@@ -1459,8 +1463,8 @@ Author: Fujii Masao <fujii@postgresql.org>
1459
1463
-->
1460
1464
1461
1465
<para>
1462
- Add <xref linkend="sql-alterview"/> syntax to rename view columns
1463
- (Fujii Masao)
1466
+ Add <link linkend="sql-alterview"><command>ALTER VIEW</command></link>
1467
+ syntax to rename view columns (Fujii Masao)
1464
1468
</para>
1465
1469
1466
1470
<para>
@@ -1476,9 +1480,9 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
1476
1480
-->
1477
1481
1478
1482
<para>
1479
- Add <xref linkend="sql-altertype"/> options useful for extensions,
1480
- like <acronym>TOAST</acronym> and I/O functions control (Tomas
1481
- Vondra, Tom Lane)
1483
+ Add <link linkend="sql-altertype"><command>ALTER TYPE</command></link>
1484
+ options useful for extensions, like <acronym>TOAST</acronym> and I/O
1485
+ functions control (Tomas Vondra, Tom Lane)
1482
1486
</para>
1483
1487
</listitem>
1484
1488
@@ -1489,8 +1493,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
1489
1493
-->
1490
1494
1491
1495
<para>
1492
- Add <xref linkend="sql-createdatabase"/> <literal>LOCALE</literal>
1493
- option (Peter Eisentraut)
1496
+ Add <link linkend="sql-createdatabase"><command>CREATE
1497
+ DATABASE</command></link> <literal>LOCALE</literal> option (Peter
1498
+ Eisentraut)
1494
1499
</para>
1495
1500
1496
1501
<para>
@@ -1506,8 +1511,9 @@ Author: Amit Kapila <akapila@postgresql.org>
1506
1511
-->
1507
1512
1508
1513
<para>
1509
- Allow <xref linkend="sql-dropdatabase"/> to disconnect users so
1510
- drop succeeds (Pavel Stehule, Amit Kapila)
1514
+ Allow <link linkend="sql-dropdatabase"><command>DROP
1515
+ DATABASE</command></link> to disconnect users so drop succeeds (Pavel
1516
+ Stehule, Amit Kapila)
1511
1517
</para>
1512
1518
1513
1519
<para>
@@ -1940,7 +1946,7 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
1940
1946
</sect3>
1941
1947
1942
1948
<sect3>
1943
- <title><xref linkend="plpgsql"/ ></title>
1949
+ <title><link linkend="plpgsql">PL/pgSQL</link ></title>
1944
1950
1945
1951
<itemizedlist>
1946
1952
@@ -2294,8 +2300,9 @@ Author: Robert Haas <rhaas@postgresql.org>
2294
2300
</para>
2295
2301
2296
2302
<para>
2297
- A new tool <application><xref
2298
- linkend="app-pgverifybackup"/></application> can verify backups.
2303
+ A new tool <link
2304
+ linkend="app-pgverifybackup"><application>pg_verifybackup</application>"</link>
2305
+ can verify backups.
2299
2306
</para>
2300
2307
</listitem>
2301
2308
@@ -2306,9 +2313,9 @@ Author: Author: Fujii Masao <fujii@postgresql.org>
2306
2313
-->
2307
2314
2308
2315
<para>
2309
- Have <application><xref
2310
- linkend="app-pgbasebackup"/>< /application> estimate the
2311
- total backup size by default (Fujii Masao)
2316
+ Have <link
2317
+ linkend="app-pgbasebackup"><application>pg_basebackup< /application></link>
2318
+ estimate the total backup size by default (Fujii Masao)
2312
2319
</para>
2313
2320
2314
2321
<para>
@@ -2327,13 +2334,14 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2327
2334
-->
2328
2335
2329
2336
<para>
2330
- Add <application><xref linkend="app-pgrewind"/></application>
2337
+ Add <link
2338
+ linkend="app-pgrewind"><application>pg_rewind</application></link>
2331
2339
option to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal)
2332
2340
</para>
2333
2341
2334
2342
<para>
2335
- This matches <application><xref
2336
- linkend="app-pgbasebackup"/>< /application>'s
2343
+ This matches <link
2344
+ linkend="app-pgbasebackup"><application>pg_basebackup< /application></link >'s
2337
2345
<option>--write-recovery-conf</option> option.
2338
2346
</para>
2339
2347
</listitem>
@@ -2379,8 +2387,9 @@ Author: Fujii Masao <fujii@postgresql.org>
2379
2387
-->
2380
2388
2381
2389
<para>
2382
- Increase <xref linkend="sql-prepare-transaction"/> information
2383
- reported by <application>pg_waldump</application> (Fujii Masao)
2390
+ Increase <link linkend="sql-prepare-transaction"><command>PREPARE
2391
+ TRANSACTION</command></link> information reported by
2392
+ <application>pg_waldump</application> (Fujii Masao)
2384
2393
</para>
2385
2394
</listitem>
2386
2395
@@ -2391,9 +2400,10 @@ Author: Robert Haas <rhaas@postgresql.org>
2391
2400
-->
2392
2401
2393
2402
<para>
2394
- Add <application><xref linkend="pgwaldump"/></application>
2395
- option <option>--quiet</option> to suppress non-error output
2396
- (Andres Freund, Robert Haas)
2403
+ Add <link
2404
+ linkend="pgwaldump"><application>pg_waldump</application></link>
2405
+ option <option>--quiet</option> to suppress non-error output (Andres
2406
+ Freund, Robert Haas)
2397
2407
</para>
2398
2408
</listitem>
2399
2409
@@ -2404,7 +2414,8 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
2404
2414
-->
2405
2415
2406
2416
<para>
2407
- Allow <application><xref linkend="app-pgdump"/></application>
2417
+ Allow <link
2418
+ linkend="app-pgdump"><application>pg_dump</application></link>
2408
2419
<option>--include-foreign-data</option> to dump data from foreign
2409
2420
servers (Luis Carril)
2410
2421
</para>
@@ -2417,8 +2428,8 @@ Author: Amit Kapila <akapila@postgresql.org>
2417
2428
-->
2418
2429
2419
2430
<para>
2420
- Allow vacuum commands run by <application><xref
2421
- linkend="app-vacuumdb"/></application > to operate in parallel mode
2431
+ Allow vacuum commands run by <link
2432
+ linkend="app-vacuumdb">vacuumdb</link > to operate in parallel mode
2422
2433
(Masahiko Sawada)
2423
2434
</para>
2424
2435
@@ -2434,8 +2445,8 @@ Author: Michael Paquier <michael@paquier.xyz>
2434
2445
-->
2435
2446
2436
2447
<para>
2437
- Allow <application><xref linkend="app-reindexdb"/></application>
2438
- to operate in parallel (Julien Rouhaud)
2448
+ Allow <link linkend="app-reindexdb">reindexdb</link> to operate in
2449
+ parallel (Julien Rouhaud)
2439
2450
</para>
2440
2451
2441
2452
<para>
@@ -2450,8 +2461,8 @@ Author: Amit Kapila <akapila@postgresql.org>
2450
2461
-->
2451
2462
2452
2463
<para>
2453
- Allow <application><xref linkend="app-dropdb"/></application>
2454
- to force disconnections so the drop succeeds (Pavel Stehule)
2464
+ Allow <link linkend="app-dropdb">dropdb</link> to force disconnections
2465
+ so the drop succeeds (Pavel Stehule)
2455
2466
</para>
2456
2467
2457
2468
<para>
@@ -2467,7 +2478,7 @@ Author: Author: Michael Paquier <michael@paquier.xyz>
2467
2478
2468
2479
<para>
2469
2480
Remove <option>--adduser</option> and <option>--no-adduser</option>
2470
- from <application><xref linkend="app-createuser"/></application > (Alexander
2481
+ from <link linkend="app-createuser">createuser</link > (Alexander
2471
2482
Lakhin)
2472
2483
</para>
2473
2484
@@ -2484,9 +2495,9 @@ Author: Peter Eisentraut <peter@eisentraut.org>
2484
2495
-->
2485
2496
2486
2497
<para>
2487
- Use the directory of the <application><xref
2488
- linkend="pgupgrade"/>< /application> binary
2489
- as the default new 'bindir' location when running
2498
+ Use the directory of the <link
2499
+ linkend="pgupgrade"><application>pg_upgrade< /application></link>
2500
+ binary as the default new 'bindir' location when running
2490
2501
<application>pg_upgrade</application> (Daniel Gustafsson)
2491
2502
</para>
2492
2503
</listitem>
@@ -2695,7 +2706,8 @@ Author: Joe Conway <mail@joeconway.com>
2695
2706
-->
2696
2707
2697
2708
<para>
2698
- Add <xref linkend="sql-truncate"/> command hook (Yuli Khodorkovskiy)
2709
+ Add <link linkend="sql-truncate"><command>TRUNCATE</command></link>
2710
+ command hook (Yuli Khodorkovskiy)
2699
2711
</para>
2700
2712
</listitem>
2701
2713
@@ -2842,7 +2854,8 @@ Author: Andrew Dunstan <andrew@dunslane.net>
2842
2854
</para>
2843
2855
2844
2856
<para>
2845
- Specifically, allow <xref linkend="sql-alterusermapping"/> to set
2857
+ Specifically, allow <link linkend="sql-alterusermapping"><command>ALTER
2858
+ USER MAPPING</command></link> to set
2846
2859
<literal>password_required</literal> to false. Care must still be
2847
2860
taken to avoid non-superusers from using superuser credentials to
2848
2861
connect to the foreign server.
0 commit comments