Skip to content

Commit 8f1d44b

Browse files
committed
Doc: fix grammatical errors for enable_partitionwise_aggregate
Author: Andrew Atkinson Reviewed-by: Ashutosh Bapat Discussion: https://postgr.es/m/CAG6XLEnC%3DEgq0YHRic2kWWDs4xwQnQ_kBA6qhhzAq1-pO_9Tfw%40mail.gmail.com Backpatch-through: 11, where enable_partitionwise_aggregate was added
1 parent 07f261b commit 8f1d44b

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
@@ -3992,13 +3992,14 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
39923992
<listitem>
39933993
<para>
39943994
Enables or disables the query planner's use of partitionwise grouping
3995-
or aggregation, which allows grouping or aggregation on a partitioned
3996-
tables performed separately for each partition. If the <literal>GROUP
3997-
BY</literal> clause does not include the partition keys, only partial
3998-
aggregation can be performed on a per-partition basis, and
3999-
finalization must be performed later. Because partitionwise grouping
4000-
or aggregation can use significantly more CPU time and memory during
4001-
planning, the default is <literal>off</literal>.
3995+
or aggregation, which allows grouping or aggregation on partitioned
3996+
tables to be performed separately for each partition. If the
3997+
<literal>GROUP BY</literal> clause does not include the partition
3998+
keys, only partial aggregation can be performed on a per-partition
3999+
basis, and finalization must be performed later. Because
4000+
partitionwise grouping or aggregation can use significantly more CPU
4001+
time and memory during planning, the default is
4002+
<literal>off</literal>.
40024003
</para>
40034004
</listitem>
40044005
</varlistentry>

0 commit comments

Comments
 (0)