doc: Release notes refinements

In particular, make some more precise links for some major items.
This commit is contained in:
Peter Eisentraut 2019-09-29 09:50:36 +02:00
parent a430c7b4af
commit 3e3e32a1c1
2 changed files with 13 additions and 12 deletions

View File

@ -831,7 +831,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
</listitem> </listitem>
</varlistentry> </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> <term><literal>ATTACH PARTITION <replaceable class="parameter">partition_name</replaceable> { FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
<listitem> <listitem>
<para> <para>

View File

@ -35,9 +35,9 @@
<para> <para>
Partitioning performance enhancements, including improved query Partitioning performance enhancements, including improved query
performance on tables with thousands of partitions, improved performance on tables with thousands of partitions, improved
insertion performance with <xref linkend="sql-insert"/> and insertion performance with <xref linkend="sql-insert"/> and <xref
<xref linkend="sql-copy"/>, and the ability to linkend="sql-copy"/>, and the ability to execute <link
execute <link linkend="sql-altertable"><command>ALTER TABLE ATTACH linkend="sql-altertable-attach-partition"><command>ALTER TABLE ATTACH
PARTITION</command></link> without blocking queries PARTITION</command></link> without blocking queries
</para> </para>
</listitem> </listitem>
@ -84,7 +84,7 @@
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para> <para>
<link linkend="sql-reindex"><command>REINDEX <link linkend="sql-reindex-concurrently"><command>REINDEX
CONCURRENTLY</command></link> can rebuild an index without CONCURRENTLY</command></link> can rebuild an index without
blocking writes to its table blocking writes to its table
</para> </para>
@ -111,8 +111,9 @@
<listitem> <listitem>
<para> <para>
Support for the <acronym>SQL/JSON</acronym> Support for the <link
<link linkend="functions-sqljson-path">path</link> language linkend="functions-sqljson-path"><acronym>SQL/JSON</acronym>
path</link> language
</para> </para>
</listitem> </listitem>
@ -124,9 +125,9 @@
<listitem> <listitem>
<para> <para>
Nondeterministic ICU <link linkend="collation-nondeterministic">Nondeterministic</link> ICU
<link linkend="collation">collations</link>, enabling collations, enabling case-insensitive and accent-insensitive grouping
case-insensitive and accent-insensitive grouping and ordering and ordering
</para> </para>
</listitem> </listitem>
@ -201,7 +202,7 @@ Author: Andres Freund <andres@anarazel.de>
Previously, a normally-invisible <structfield>oid</structfield> Previously, a normally-invisible <structfield>oid</structfield>
column could be specified during table creation using <literal>WITH column could be specified during table creation using <literal>WITH
OIDS</literal>; that ability has been removed. Columns can still be 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 that have columns created using <literal>WITH OIDS</literal> will
need adjustment. need adjustment.
</para> </para>
@ -2198,7 +2199,7 @@ Author: Robert Haas <rhaas@postgresql.org>
<para> <para>
Allow <command>VACUUM</command> and <command>ANALYZE</command> 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> </para>
</listitem> </listitem>