doc: remove xreflabels used in PG 13 relnotes
authorBruce Momjian
Thu, 11 Jun 2020 22:27:59 +0000 (18:27 -0400)
committerBruce Momjian
Thu, 11 Jun 2020 22:27:59 +0000 (18:27 -0400)
xreflabels were removed in a previous commit

Discussion: https://postgr.es/m/8315c0ca-7758-8823-fcb6-f37f9413e6b6@2ndquadrant.com

Backpatch-through: 13 only

doc/src/sgml/release-13.sgml

index 66a5cd3cd98d68046532f2f2c30e38e851d84f23..44ab6766c4f56bd8c499f849df8635c57ad253d0 100644 (file)
@@ -338,10 +338,10 @@ Author: Peter Eisentraut 
         partitioned tables can be published explicitly causing all partitions
         to be automatically published.  Addition/removal of partitions from
         partitioned tables are automatically added/removed from publications.
-        The <xref linkend="sql-createpublication"/> option
-        publish_via_partition_root controls whether
-        changes to partitions are published as their own or their
-        ancestor's.
+        The <link linkend="sql-createpublication">CREATE
+        PUBLICATION option
+        publish_via_partition_root controls whether changes
+        to partitions are published as their own or their ancestor's.
        
       
 
@@ -397,9 +397,11 @@ Author: Peter Geoghegan 
 
        
         This allows efficient btree indexing of low cardinality columns
-        by storing duplicate keys only once.  Users upgrading
-        with  will need to use 
-        linkend="sql-reindex"/> to make use of this feature.
+        by storing duplicate keys only once.  Users upgrading with 
+        linkend="pgupgrade">pg_upgrade
+        will need to use 
+        linkend="sql-reindex">REINDEX to make use
+        of this feature.
        
       
 
@@ -412,8 +414,8 @@ Author: Alexander Korotkov 
 -->
 
        
-        Allow <xref linkend="gist"/> and 
-        linkend="spgist"/> indexes for 
+        Allow <link linkend="gist">GiST and 
+        linkend="spgist">SP-GiST> indexes for 
         linkend="datatype-line">box/point distance lookups (Nikita
         Glukhov)
        
@@ -426,9 +428,9 @@ Author: Alexander Korotkov 
 -->
 
        
-        Allow <xref linkend="gin"/> indexes to more efficiently handle
-        NOT restrictions (Nikita Glukhov, Alexander
-        Korotkov, Tom Lane, Julien Rouhaud)
+        Allow <link linkend="gin">GIN indexes to
+        more efficiently handle NOT restrictions (Nikita
+        Glukhov, Alexander Korotkov, Tom Lane, Julien Rouhaud)
        
       
 
@@ -650,8 +652,8 @@ Author: David Rowley 
 -->
 
        
-        Allow inserts to trigger <xref linkend="autovacuum"/> activity
-        (Laurenz Albe, Darafei Praliaskouski)
+        Allow inserts to trigger <link linkend="autovacuum">autovacuum
+        activity (Laurenz Albe, Darafei Praliaskouski)
        
 
        
@@ -714,9 +716,9 @@ Author: Fujii Masao 
 -->
 
        
-        Improve the performance when replaying <xref
-        linkend="sql-dropdatabase"/> commands when many tablespaces are
-        in use (Fujii Masao)
+        Improve the performance when replaying <link
+        linkend="sql-dropdatabase">DROP DATABASE
+        commands when many tablespaces are in use (Fujii Masao)
        
       
 
@@ -739,8 +741,9 @@ Author: Tomas Vondra 
 -->
 
        
-        Improve speed of  decompression and
-        the retrieval of only the leading bytes of TOAST
+        Improve speed of 
+        linkend="storage-toast">TOAST decompression
+        and the retrieval of only the leading bytes of TOAST
         values (Binguo Bao, Andrey Borodin)
        
 
@@ -760,9 +763,9 @@ Author: Tom Lane 
 -->
 
        
-        Improve performance of <xref
-        linkend="sql-listen"/>/NOTIFY (Martijn van
-        Oosterhout)
+        Improve performance of <link
+        linkend="sql-listen">LISTEN/NOTIFY
+        (Martijn van Oosterhout)
        
       
 
@@ -773,8 +776,8 @@ Author: Tom Lane 
 -->
 
        
-        Improve the efficiency of removing duplicate <xref
-        linkend="sql-notify"/> events (Tom Lane)
+        Improve the efficiency of removing duplicate <link
+        linkend="sql-notify">NOTIFY> events (Tom Lane)
        
       
 
@@ -821,9 +824,9 @@ Author: Amit Kapila 
 -->
 
        
-        Allow <xref linkend="sql-explain"/>,
-        , <xref
-        linkend="autovacuum"/>, and 
+        Allow <link linkend="sql-explain">EXPLAIN>,
+        , <link
+        linkend="autovacuum">autovacuum>, and 
         linkend="pgstatstatements"/> to track WAL usage
         statistics (Kirill Bychik, Julien Rouhaud)
        
@@ -889,7 +892,7 @@ Author: Alvaro Herrera 
 -->
 
        
-        Make <xref linkend="sql-vacuum"/> buffer counters 64-bits
+        Make <link linkend="sql-vacuum">vacuum> buffer counters 64-bits
         wide to avoid overflow (Álvaro Herrera)
        
       
@@ -973,8 +976,8 @@ Author: Alvaro Herrera 
        
         Add system view 
         linkend="monitoring-stats-dynamic-views-table">pg_stat_progress_analyze
-        to report <xref linkend="sql-analyze"/> progress (Álvaro
-        Herrera, Tatsuro Yamada, Vinayak Pokale)
+        to report <link linkend="sql-analyze">analyze progress
+        (Álvaro Herrera, Tatsuro Yamada, Vinayak Pokale)
        
       
 
@@ -1354,8 +1357,8 @@ Author: Amit Kapila 
 -->
 
       
-       Allow <xref linkend="sql-vacuum"/> to process indexes in parallel
-       (Masahiko Sawada, Amit Kapila)
+       Allow <link linkend="sql-vacuum">VACUUM
+       to process indexes in parallel (Masahiko Sawada, Amit Kapila)
       
 
       
@@ -1383,7 +1386,8 @@ Author: Fujii Masao 
 -->
 
       
-       Report planning-time buffer usage in 's
+       Report planning-time buffer usage in 
+       linkend="sql-explain">EXPLAIN's
        BUFFER output (Julien Rouhaud)
       
      
@@ -1434,9 +1438,9 @@ Author: Peter Eisentraut 
 -->
 
       
-       Add <xref linkend="sql-altertable"/> clause DROP
-       EXPRESSION to remove generated properties from columns
-       (Peter Eisentraut)
+       Add <link linkend="sql-altertable">ALTER
+       TABLE clause DROP EXPRESSION
+       to remove generated properties from columns (Peter Eisentraut)
       
      
 
@@ -1459,8 +1463,8 @@ Author: Fujii Masao 
 -->
 
       
-       Add <xref linkend="sql-alterview"/> syntax to rename view columns
-       (Fujii Masao)
+       Add <link linkend="sql-alterview">ALTER VIEW
+       syntax to rename view columns (Fujii Masao)
       
 
       
@@ -1476,9 +1480,9 @@ Author: Tom Lane 
 -->
 
       
-       Add <xref linkend="sql-altertype"/> options useful for extensions,
-       like TOAST and I/O functions control (Tomas
-       Vondra, Tom Lane)
+       Add <link linkend="sql-altertype">ALTER TYPE
+       options useful for extensions, like TOAST and I/O
+       functions control (Tomas Vondra, Tom Lane)
       
      
 
@@ -1489,8 +1493,9 @@ Author: Peter Eisentraut 
 -->
 
       
-       Add  LOCALE
-       option (Peter Eisentraut)
+       Add CREATE
+       DATABASE LOCALE option (Peter
+       Eisentraut)
       
 
       
@@ -1506,8 +1511,9 @@ Author: Amit Kapila 
 -->
 
       
-       Allow  to disconnect users so
-       drop succeeds (Pavel Stehule, Amit Kapila)
+       Allow DROP
+       DATABASE to disconnect users so drop succeeds (Pavel
+       Stehule, Amit Kapila)
       
 
       
@@ -1940,7 +1946,7 @@ Author: Alvaro Herrera 
    
 
    
-    <<span class="marked">xref linkend="plpgsql"/</span>>
+    <<span class="marked">link linkend="plpgsql">PL/pgSQL</link</span>>
 
     
 
@@ -2294,8 +2300,9 @@ Author: Robert Haas 
       
 
       
-       A new tool 
-       linkend="app-pgverifybackup"/> can verify backups.
+       A new tool 
+       linkend="app-pgverifybackup">pg_verifybackup"
+       can verify backups.
       
      
 
@@ -2306,9 +2313,9 @@ Author: Author: Fujii Masao 
 -->
 
       
-       Have <application>
-       linkend="app-pgbasebackup"/> estimate the
-       total backup size by default (Fujii Masao)
+       Have <link
+       linkend="app-pgbasebackup">pg_basebackup
+       estimate the total backup size by default (Fujii Masao)
       
 
       
@@ -2327,13 +2334,14 @@ Author: Alvaro Herrera 
 -->
 
       
-       Add 
+       Add 
+       linkend="app-pgrewind">pg_rewind
        option to configure standbys (Paul Guo, Jimmy Yih, Ashwin Agrawal)
       
 
       
-       This matches <application>
-       linkend="app-pgbasebackup"/>>'s
+       This matches <link
+       linkend="app-pgbasebackup">pg_basebackup>'s
         option.
       
      
@@ -2379,8 +2387,9 @@ Author: Fujii Masao 
 -->
 
       
-       Increase  information
-       reported by pg_waldump (Fujii Masao)
+       Increase PREPARE
+       TRANSACTION information reported by
+       pg_waldump (Fujii Masao)
       
      
 
@@ -2391,9 +2400,10 @@ Author: Robert Haas 
 -->
 
       
-       Add 
-       option  to suppress non-error output
-       (Andres Freund, Robert Haas)
+       Add 
+       linkend="pgwaldump">pg_waldump
+       option  to suppress non-error output (Andres
+       Freund, Robert Haas)
       
      
 
@@ -2404,7 +2414,8 @@ Author: Alvaro Herrera 
 -->
 
       
-       Allow 
+       Allow 
+       linkend="app-pgdump">pg_dump
         to dump data from foreign
        servers (Luis Carril)
       
@@ -2417,8 +2428,8 @@ Author: Amit Kapila 
 -->
 
       
-       Allow vacuum commands run by <application>
-       linkend="app-vacuumdb"/>> to operate in parallel mode
+       Allow vacuum commands run by <link
+       linkend="app-vacuumdb">vacuumdb> to operate in parallel mode
        (Masahiko Sawada)
       
 
@@ -2434,8 +2445,8 @@ Author: Michael Paquier 
 -->
 
       
-       Allow <application>
-       to operate in parallel (Julien Rouhaud)
+       Allow <link linkend="app-reindexdb">reindexdb to operate in
+       parallel (Julien Rouhaud)
       
 
       
@@ -2450,8 +2461,8 @@ Author: Amit Kapila 
 -->
 
       
-       Allow <application>
-       to force disconnections so the drop succeeds (Pavel Stehule)
+       Allow <link linkend="app-dropdb">dropdb to force disconnections
+       so the drop succeeds (Pavel Stehule)
       
 
       
@@ -2467,7 +2478,7 @@ Author: Author: Michael Paquier 
 
       
        Remove  and 
-       from <application>> (Alexander
+       from <link linkend="app-createuser">createuser> (Alexander
        Lakhin)
       
 
@@ -2484,9 +2495,9 @@ Author: Peter Eisentraut 
 -->
 
       
-       Use the directory of the <application>
-       linkend="pgupgrade"/> binary
-       as the default new 'bindir' location when running
+       Use the directory of the <link
+       linkend="pgupgrade">pg_upgrade
+       binary as the default new 'bindir' location when running
        pg_upgrade (Daniel Gustafsson)
       
      
@@ -2695,7 +2706,8 @@ Author: Joe Conway 
 -->
 
       
-       Add  command hook (Yuli Khodorkovskiy)
+       Add TRUNCATE
+       command hook (Yuli Khodorkovskiy)
       
      
 
@@ -2842,7 +2854,8 @@ Author: Andrew Dunstan 
       
 
       
-       Specifically, allow  to set
+       Specifically, allow ALTER
+       USER MAPPING to set
        password_required to false.  Care must still be
        taken to avoid non-superusers from using superuser credentials to
        connect to the foreign server.