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

Commit253b3f6

Browse files
committed
doc: Small run-time pruning doc fix
A note in ddl.sgml used to mention that run-time pruning was onlyimplemented for Append. When we got MergeAppend support, this wasupdated to mention that MergeAppend is supported too. This isslightly weird as it's not all that obvious what exactly isn'tsupported when we mention: <para> Both of these behaviors are likely to be changed in a future release of <productname>PostgreSQL</productname>. </para>This patch updates this to mention that ModifyTable is unsupported,which makes the above fragment make sense again.Author: David Rowley <david.rowley@2ndquadrant.com>
1 parent7f284de commit253b3f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3944,8 +3944,10 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate &gt;= DATE '2008-01-01';
39443944
</para>
39453945

39463946
<para>
3947-
Execution-time partition pruning currently occurs for the
3947+
Execution-time partition pruning currentlyonlyoccurs for the
39483948
<literal>Append</literal> and <literal>MergeAppend</literal> node types.
3949+
It is not yet implemented for the <literal>ModifyTable</literal> node
3950+
type.
39493951
</para>
39503952

39513953
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp