Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3e3e32a

Browse files
committed
doc: Release notes refinements
In particular, make some more precise links for some major items.
1 parenta430c7b commit3e3e32a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
831831
</listitem>
832832
</varlistentry>
833833

834-
<varlistentry>
834+
<varlistentry id="sql-altertable-attach-partition">
835835
<term><literal>ATTACH PARTITION <replaceable class="parameter">partition_name</replaceable> { FOR VALUES <replaceable class="parameter">partition_bound_spec</replaceable> | DEFAULT }</literal></term>
836836
<listitem>
837837
<para>

‎doc/src/sgml/release-12.sgml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
<para>
3636
Partitioning performance enhancements, including improved query
3737
performance on tables with thousands of partitions, improved
38-
insertion performance with <xref linkend="sql-insert"/> and
39-
<xreflinkend="sql-copy"/>, and the ability to
40-
execute <linklinkend="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
4141
PARTITION</command></link> without blocking queries
4242
</para>
4343
</listitem>
@@ -84,7 +84,7 @@
8484
<itemizedlist>
8585
<listitem>
8686
<para>
87-
<link linkend="sql-reindex"><command>REINDEX
87+
<link linkend="sql-reindex-concurrently"><command>REINDEX
8888
CONCURRENTLY</command></link> can rebuild an index without
8989
blocking writes to its table
9090
</para>
@@ -111,8 +111,9 @@
111111

112112
<listitem>
113113
<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
116117
</para>
117118
</listitem>
118119

@@ -124,9 +125,9 @@
124125

125126
<listitem>
126127
<para>
127-
Nondeterministic ICU
128-
<link linkend="collation">collations</link>, enabling
129-
case-insensitive and accent-insensitive groupingand ordering
128+
<link linkend="collation-nondeterministic">Nondeterministic</link> ICU
129+
collations, enabling case-insensitive and accent-insensitive grouping
130+
and ordering
130131
</para>
131132
</listitem>
132133

@@ -201,7 +202,7 @@ Author: Andres Freund <andres@anarazel.de>
201202
Previously, a normally-invisible <structfield>oid</structfield>
202203
column could be specified during table creation using <literal>WITH
203204
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
205206
that have columns created using <literal>WITH OIDS</literal> will
206207
need adjustment.
207208
</para>
@@ -2198,7 +2199,7 @@ Author: Robert Haas <rhaas@postgresql.org>
21982199

21992200
<para>
22002201
Allow <command>VACUUM</command> and <command>ANALYZE</command>
2201-
to take optionalboolean argument specifications (Masahiko Sawada)
2202+
to take optionalBoolean argument specifications (Masahiko Sawada)
22022203
</para>
22032204
</listitem>
22042205

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp