Re: Not scanning by index
Mitch Vincent <mitch@venux.net>
From: "Mitch Vincent" <mitch@venux.net>
To: "Magnus Naeslund\(f\)" <mag@fbab.net>, <pgsql-hackers@postgresql.org>
Date: 2001-05-03T21:02:05Z
Lists: pgsql-hackers
> explain select * from forsamling where klar = 1; Try SELECT * FROM forsampling WHERE klar = 1::int2 -Mitch