Thread: Min/Max for partitioned tables

Min/Max for partitioned tables

From
tmoore
Date:
Using 8.4, seeing min/max doing sequential scans for partitioned tables and
noticed similar posts. It wasn't clear to me if 9.0 addressed this. Wondered
what the state of this was.

Thanks
Tom
--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Min-Max-for-partitioned-tables-tp3320797p3320797.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Re: Min/Max for partitioned tables

From
Tom Lane
Date:
tmoore <tmoore@ttitech.net> writes:
> Using 8.4, seeing min/max doing sequential scans for partitioned tables and
> noticed similar posts. It wasn't clear to me if 9.0 addressed this. Wondered
> what the state of this was.

Fixed for 9.1:
http://archives.postgresql.org/pgsql-committers/2010-11/msg00028.php

            regards, tom lane