doc: Release notes refinements
authorPeter Eisentraut
Sun, 29 Sep 2019 07:50:36 +0000 (09:50 +0200)
committerPeter Eisentraut
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 numeric_literal, REM
     
    
 
-   
+    id="sql-altertable-attach-partition">
     ATTACH PARTITION partition_name { FOR VALUES partition_bound_spec | DEFAULT }
     
      
index a04a30de4f6661a2df87d2b5abeb4b4ee9703daf..3d7ce9fa1026b2384fa7fcd18e3c248d34d31ec2 100644 (file)
@@ -35,9 +35,9 @@
         
          Partitioning performance enhancements, including improved query
          performance on tables with thousands of partitions, improved
-         insertion performance with  and
-         , and the ability to
-         execute ">ALTER TABLE ATTACH
+         insertion performance with  and 
+         linkend="sql-copy"/>, and the ability to execute 
+         linkend="sql-altertable-attach-partition">ALTER TABLE ATTACH
          PARTITION without blocking queries
         
        
@@ -84,7 +84,7 @@
       
        
         
-         REINDEX
+         -concurrently">REINDEX
          CONCURRENTLY can rebuild an index without
          blocking writes to its table
         
 
     
      
-       Support for the SQL/JSON
-       path language
+       Support for the 
+       linkend="functions-sqljson-path">SQL/JSON
+       path language
      
     
 
 
     
      
-       Nondeterministic ICU
-       collations, enabling
-       case-insensitive and accent-insensitive grouping and ordering
+       Nondeterministic ICU
+       collations, enabling case-insensitive and accent-insensitive grouping
+       and ordering
      
     
 
@@ -201,7 +202,7 @@ Author: Andres Freund 
       Previously, a normally-invisible oid
       column could be specified during table creation using WITH
       OIDS; that ability has been removed.  Columns can still be
-      explicitly declared as type OID.  Operations on tables
+      explicitly declared as type oid.  Operations on tables
       that have columns created using WITH OIDS will
       need adjustment.
      
@@ -2198,7 +2199,7 @@ Author: Robert Haas 
 
       
        Allow VACUUM and ANALYZE
-       to take optional boolean argument specifications (Masahiko Sawada)
+       to take optional Boolean argument specifications (Masahiko Sawada)