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

Commitd6370a3

Browse files
committed
Doc: fix grammatical errors for enable_partitionwise_aggregate
Author: Andrew AtkinsonReviewed-by: Ashutosh BapatDiscussion:https://postgr.es/m/CAG6XLEnC%3DEgq0YHRic2kWWDs4xwQnQ_kBA6qhhzAq1-pO_9Tfw%40mail.gmail.comBackpatch-through: 11, where enable_partitionwise_aggregate was added
1 parent45c4b2a commitd6370a3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4941,13 +4941,14 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
49414941
<listitem>
49424942
<para>
49434943
Enables or disables the query planner's use of partitionwise grouping
4944-
or aggregation, which allows grouping or aggregation on a partitioned
4945-
tables performed separately for each partition. If the <literal>GROUP
4946-
BY</literal> clause does not include the partition keys, only partial
4947-
aggregation can be performed on a per-partition basis, and
4948-
finalization must be performed later. Because partitionwise grouping
4949-
or aggregation can use significantly more CPU time and memory during
4950-
planning, the default is <literal>off</literal>.
4944+
or aggregation, which allows grouping or aggregation on partitioned
4945+
tables to be performed separately for each partition. If the
4946+
<literal>GROUP BY</literal> clause does not include the partition
4947+
keys, only partial aggregation can be performed on a per-partition
4948+
basis, and finalization must be performed later. Because
4949+
partitionwise grouping or aggregation can use significantly more CPU
4950+
time and memory during planning, the default is
4951+
<literal>off</literal>.
49514952
</para>
49524953
</listitem>
49534954
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp