From 3e3e32a1c160ec4e2342068515dfaf1dd04c6078 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sun, 29 Sep 2019 09:50:36 +0200 Subject: [PATCH] doc: Release notes refinements In particular, make some more precise links for some major items. --- doc/src/sgml/ref/alter_table.sgml | 2 +- doc/src/sgml/release-12.sgml | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml index 90bf19564c..cb9b60415d 100644 --- a/doc/src/sgml/ref/alter_table.sgml +++ b/doc/src/sgml/ref/alter_table.sgml @@ -831,7 +831,7 @@ WITH ( MODULUS numeric_literal, REM - + ATTACH PARTITION partition_name { FOR VALUES partition_bound_spec | DEFAULT } diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index a04a30de4f..3d7ce9fa10 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -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 , and the ability to execute ALTER TABLE ATTACH PARTITION without blocking queries @@ -84,7 +84,7 @@ - REINDEX + REINDEX CONCURRENTLY can rebuild an index without blocking writes to its table @@ -111,8 +111,9 @@ - Support for the SQL/JSON - path language + Support for the SQL/JSON + path language @@ -124,9 +125,9 @@ - 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)