We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707f38e commit 37ad126Copy full SHA for 37ad126
doc/src/sgml/ddl.sgml
@@ -4525,9 +4525,8 @@ EXPLAIN SELECT count(*) FROM measurement WHERE logdate >= DATE '2008-01-01';
4525
QUERY PLAN
4526
-----------------------------------------------------------------------------------
4527
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)
+ -> Seq Scan on measurement_y2008m01 (cost=0.00..33.12 rows=617 width=0)
+ Filter: (logdate >= '2008-01-01'::date)
4531
</programlisting>
4532
</para>
4533
0 commit comments