[BUGS] Partial indices...

2003-10-10 Thread Dmitry Tkach
Hi, everybody! I am getting some weird behaviour trying to use a partial index in 7.3: testdb=# create table a (x int, y int, z int); CREATE testdb=# create index a_idx on a(x,y) where z is null; CREATE testdb=# create index b_idx on a (x,y); CREATE testdb=# explain select * from a where x=1 and

Re: [BUGS] Bug Report

2003-10-10 Thread Branden R. Williams
Nuts, my sincere apologies on this one. This is the one server in our entire farm that is not 7.3.4. I'm upgrading right now. Sorry for the inconvenience! On Wed, 8 Oct 2003, Joe Conway wrote: > Branden R. Williams wrote: > >