Re: [HACKERS] Not scanning by index

2001-05-03 Thread Stephan Szabo
On Thu, 3 May 2001, Magnus Naeslund(f) wrote: > I have a table: > > create table forsamling ( > id SERIAL, > for_id int4 unique not null, > kund_flag int8 not null default 1, > online smallint default 0, > klar

[HACKERS] Not scanning by index

2001-05-03 Thread Magnus Naeslund\(f\)
I have a table: create table forsamling ( id SERIAL, for_id int4 unique not null, kund_flag int8 not null default 1, online smallint default 0, klarsmallint default 0, ); create index forsamling_idx on forsa