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

Commit37ad126

Browse files
committed
Doc: Fix example related to partition pruning
Append node has been removed in v12 when there would be only one subnodeunder it.Author: Amit LangoteDiscussion:https://postgr.es/m/CA+HiwqHhS62w8zUFXF4NBjvMboCXYnD-jWoWp-tfo2aHvP3Gxg@mail.gmail.comBackpatch-through: 12
1 parent707f38e commit37ad126

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4525,9 +4525,8 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
45254525
QUERY PLAN
45264526
-----------------------------------------------------------------------------------
45274527
Aggregate (cost=37.75..37.76 rows=1 width=8)
4528-
-> Append (cost=0.00..36.21 rows=617 width=0)
4529-
-> Seq Scan on measurement_y2008m01 (cost=0.00..33.12 rows=617 width=0)
4530-
Filter: (logdate >= '2008-01-01'::date)
4528+
-> Seq Scan on measurement_y2008m01 (cost=0.00..33.12 rows=617 width=0)
4529+
Filter: (logdate >= '2008-01-01'::date)
45314530
</programlisting>
45324531
</para>
45334532

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp