Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
doc: Release notes refinements
authorPeter Eisentraut <peter@eisentraut.org>
Sun, 29 Sep 2019 07:50:36 +0000 (09:50 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sun, 29 Sep 2019 07:50:36 +0000 (09:50 +0200)
In particular, make some more precise links for some major items.

doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/release-12.sgml

index 90bf19564c6801113fa360c95713f339152c2772..cb9b60415dec53acb99e0876324ee5b843782bdd 100644 (file)
@@ -831,7 +831,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
     </listitem>
    </varlistentry>
 
-   <varlistentry>
+   <varlistentry id="sql-altertable-attach-partition">
     <term><literal>ATTACH PARTITION <replaceable class="parameter">partition_name</replaceable> { FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
     <listitem>
      <para>
index a04a30de4f6661a2df87d2b5abeb4b4ee9703daf..3d7ce9fa1026b2384fa7fcd18e3c248d34d31ec2 100644 (file)
@@ -35,9 +35,9 @@
         <para>
          Partitioning performance enhancements, including improved query
          performance on tables with thousands of partitions, improved
-         insertion performance with <xref linkend="sql-insert"/> and
-         <xref linkend="sql-copy"/>, and the ability to
-         execute <link linkend="sql-altertable"><command>ALTER TABLE ATTACH
+         insertion performance with <xref linkend="sql-insert"/> and <xref
+         linkend="sql-copy"/>, and the ability to execute <link
+         linkend="sql-altertable-attach-partition"><command>ALTER TABLE ATTACH
          PARTITION</command></link> without blocking queries
         </para>
        </listitem>
@@ -84,7 +84,7 @@
       <itemizedlist>
        <listitem>
         <para>
-         <link linkend="sql-reindex"><command>REINDEX
+         <link linkend="sql-reindex-concurrently"><command>REINDEX
          CONCURRENTLY</command></link> can rebuild an index without
          blocking writes to its table
         </para>
 
     <listitem>
      <para>
-       Support for the <acronym>SQL/JSON</acronym>
-       <link linkend="functions-sqljson-path">path</link> language
+       Support for the <link
+       linkend="functions-sqljson-path"><acronym>SQL/JSON</acronym>
+       path</link> language
      </para>
     </listitem>
 
 
     <listitem>
      <para>
-       Nondeterministic ICU
-       <link linkend="collation">collations</link>, enabling
-       case-insensitive and accent-insensitive grouping and ordering
+       <link linkend="collation-nondeterministic">Nondeterministic</link> ICU
+       collations, enabling case-insensitive and accent-insensitive grouping
+       and ordering
      </para>
     </listitem>
 
@@ -201,7 +202,7 @@ Author: Andres Freund <andres@anarazel.de>
       Previously, a normally-invisible <structfield>oid</structfield>
       column could be specified during table creation using <literal>WITH
       OIDS</literal>; that ability has been removed.  Columns can still be
-      explicitly declared as type <type>OID</type>.  Operations on tables
+      explicitly declared as type <type>oid</type>.  Operations on tables
       that have columns created using <literal>WITH OIDS</literal> will
       need adjustment.
      </para>
@@ -2198,7 +2199,7 @@ Author: Robert Haas <rhaas@postgresql.org>
 
       <para>
        Allow <command>VACUUM</command> and <command>ANALYZE</command>
-       to take optional boolean argument specifications (Masahiko Sawada)
+       to take optional Boolean argument specifications (Masahiko Sawada)
       </para>
      </listitem>