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

Commit8f850f2

Browse files
committed
Doc: still further copy-editing for v11 release notes.
Justin Pryzby and myself.Discussion:https://postgr.es/m/20181006134249.GD871@telsasoft.com
1 parentd3ef93f commit8f850f2

File tree

1 file changed

+27
-21
lines changed

1 file changed

+27
-21
lines changed

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

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<listitem>
6666
<para>
6767
<command>CREATE INDEX</command> can now use parallel processing
68-
while building B-treeindexes
68+
while buildingaB-treeindex
6969
</para>
7070
</listitem>
7171
<listitem>
@@ -117,9 +117,9 @@
117117

118118
<listitem>
119119
<para>
120-
Many other useful performance improvements, includinga significant
121-
speedup to<command>ALTER TABLE ... ADD COLUMN</command> with a
122-
non-null column default, as it no longer rewrites the table data
120+
Many other useful performance improvements, includingthe ability to
121+
avoid a table rewrite for<command>ALTER TABLE ... ADD COLUMN</command>
122+
with anon-null column default
123123
</para>
124124
</listitem>
125125

@@ -570,32 +570,37 @@
570570

571571
<listitem>
572572
<!--
573+
2018-01-19 [8b08f7d48] Local partitioned indexes
573574
2018-02-19 [eb7ed3f30] Allow UNIQUE indexes on partitioned tables
574575
2018-03-26 [555ee77a9] Handle INSERT .. ON CONFLICT with partitioned tables
575576
-->
576577

577578
<para>
578-
Allow <literal>UNIQUE</literal> indexes on partitioned tables if
579-
the partition key is part of the index (&Aacute;lvaro Herrera,
579+
Support indexes on partitioned tables (&Aacute;lvaro Herrera,
580580
Amit Langote)
581581
</para>
582-
</listitem>
583582

584-
<listitem>
585-
<!--
586-
2018-01-19 [8b08f7d48] Local partitioned indexes
587-
-->
583+
<para>
584+
An <quote>index</quote> on a partitioned table is not a physical
585+
index across the whole partitioned table, but rather a template for
586+
automatically creating similar indexes on each partition of the
587+
table.
588+
</para>
588589

589590
<para>
590-
Allow indexes on a partitioned table to be automatically created
591-
in new child partitions (&Aacute;lvaro Herrera)
591+
If the partition key is part of the index's column set, a
592+
partitioned index may be declared <literal>UNIQUE</literal>.
593+
It will represent a valid uniqueness constraint across the whole
594+
partitioned table, even though each physical index only enforces
595+
uniqueness within its own partition.
592596
</para>
593597

594598
<para>
595599
The new command <link linkend="sql-alterindex"><command>ALTER
596-
INDEX ATTACH PARTITION</command></link> allows indexes to be
597-
attached to partitions. This does not behave as a global index
598-
since the contents are private to each index.
600+
INDEX ATTACH PARTITION</command></link> causes an existing index on
601+
a partition to be associated with a matching index template for its
602+
partitioned table. This provides flexibility in setting up a new
603+
partitioned index for an existing partitioned table.
599604
</para>
600605
</listitem>
601606

@@ -733,7 +738,8 @@
733738
-->
734739

735740
<para>
736-
Perform aggregation on each partition, and then merge the results
741+
Allow aggregate functions on partitioned tables to be evaluated
742+
separately for each partition, subsequently merging the results
737743
(Jeevan Chalke, Ashutosh Bapat, Robert Haas)
738744
</para>
739745

@@ -1564,11 +1570,11 @@ same commits as above
15641570

15651571
<para>
15661572
Allow server options related to memory and file sizes to be
1567-
specifiedas a number of bytes (Beena Emerson)
1573+
specifiedin units of bytes (Beena Emerson)
15681574
</para>
15691575

15701576
<para>
1571-
The new unit is <quote>B</quote>. This is in addition to the
1577+
The new unitsuffixis <quote>B</quote>. This is in addition to the
15721578
existing units <quote>kB</quote>, <quote>MB</quote>, <quote>GB</quote>
15731579
and <quote>TB</quote>.
15741580
</para>
@@ -2199,8 +2205,8 @@ same commits as above
21992205

22002206
<para>
22012207
Add <application>psql</application> command <literal>\gdesc</literal>
2202-
to display thecolumnnames and types of thequery output (Pavel
2203-
Stehule)
2208+
to display the names and types of thecolumns in a query result
2209+
(PavelStehule)
22042210
</para>
22052211
</listitem>
22062212

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp