|
35 | 35 | <para>
|
36 | 36 | Partitioning performance enhancements, including improved query
|
37 | 37 | performance on tables with thousands of partitions, improved
|
38 |
| - insertion performance with <xref linkend="sql-insert"/> and |
39 |
| - <xref linkend="sql-copy"/>, and the ability to |
40 |
| - execute <link linkend="sql-altertable"><command>ALTER TABLE ATTACH |
| 38 | + insertion performance with <xref linkend="sql-insert"/> and <xref |
| 39 | + linkend="sql-copy"/>, and the ability to execute <link |
| 40 | + linkend="sql-altertable-attach-partition"><command>ALTER TABLE ATTACH |
41 | 41 | PARTITION</command></link> without blocking queries
|
42 | 42 | </para>
|
43 | 43 | </listitem>
|
|
84 | 84 | <itemizedlist>
|
85 | 85 | <listitem>
|
86 | 86 | <para>
|
87 |
| - <link linkend="sql-reindex"><command>REINDEX |
| 87 | + <link linkend="sql-reindex-concurrently"><command>REINDEX |
88 | 88 | CONCURRENTLY</command></link> can rebuild an index without
|
89 | 89 | blocking writes to its table
|
90 | 90 | </para>
|
|
111 | 111 |
|
112 | 112 | <listitem>
|
113 | 113 | <para>
|
114 |
| - Support for the <acronym>SQL/JSON</acronym> |
115 |
| - <link linkend="functions-sqljson-path">path</link> language |
| 114 | + Support for the <link |
| 115 | + linkend="functions-sqljson-path"><acronym>SQL/JSON</acronym> |
| 116 | + path</link> language |
116 | 117 | </para>
|
117 | 118 | </listitem>
|
118 | 119 |
|
|
124 | 125 |
|
125 | 126 | <listitem>
|
126 | 127 | <para>
|
127 |
| - Nondeterministic ICU |
128 |
| - <link linkend="collation">collations</link>, enabling |
129 |
| - case-insensitive and accent-insensitive grouping and ordering |
| 128 | + <link linkend="collation-nondeterministic">Nondeterministic</link> ICU |
| 129 | + collations, enabling case-insensitive and accent-insensitive grouping |
| 130 | + and ordering |
130 | 131 | </para>
|
131 | 132 | </listitem>
|
132 | 133 |
|
@@ -201,7 +202,7 @@ Author: Andres Freund <andres@anarazel.de>
|
201 | 202 | Previously, a normally-invisible <structfield>oid</structfield>
|
202 | 203 | column could be specified during table creation using <literal>WITH
|
203 | 204 | OIDS</literal>; that ability has been removed. Columns can still be
|
204 |
| - explicitly declared as type <type>OID</type>. Operations on tables |
| 205 | + explicitly declared as type <type>oid</type>. Operations on tables |
205 | 206 | that have columns created using <literal>WITH OIDS</literal> will
|
206 | 207 | need adjustment.
|
207 | 208 | </para>
|
@@ -2198,7 +2199,7 @@ Author: Robert Haas <rhaas@postgresql.org>
|
2198 | 2199 |
|
2199 | 2200 | <para>
|
2200 | 2201 | Allow <command>VACUUM</command> and <command>ANALYZE</command>
|
2201 |
| - to take optional boolean argument specifications (Masahiko Sawada) |
| 2202 | + to take optional Boolean argument specifications (Masahiko Sawada) |
2202 | 2203 | </para>
|
2203 | 2204 | </listitem>
|
2204 | 2205 |
|
|
0 commit comments