Tom Lane wrote:
> Andreas Kretschmer writes:
> > production=*# explain analyse select * from boxes;
> > QUERY PLAN
> > ---
> > Seq Scan o
Andreas Kretschmer writes:
> production=*# explain analyse select * from boxes;
> QUERY PLAN
> ---
> Seq Scan on boxes (cost=0.00..990783.
On 3 Červenec 2012, 17:58, Andreas Kretschmer wrote:
> Dear list,
>
> i have a table and i'm selecting all records without a where-condition,
> and i don't need a ORDER BY:
>
>
>
> production=*# explain analyse select * from boxes;
> QUERY PLAN
> --
Dear list,
i have a table and i'm selecting all records without a where-condition, and i
don't need a ORDER BY:
production=*# explain analyse select * from boxes;
QUERY PLAN
--