We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0afac1 commit f5daf7fCopy full SHA for f5daf7f
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