Re: Bug? 8.0 does not use partial index - Mailing list pgsql-hackers

From Palle Girgensohn
Subject Re: Bug? 8.0 does not use partial index
Date
Msg-id 6D79273B12F379B5570EE2E4@palle.girgensohn.se
Whole thread Raw
In response to Re: Bug? 8.0 does not use partial index  ("John Hansen" <john@geeknet.com.au>)
Responses Re: Bug? 8.0 does not use partial index  (John Hansen <john@geeknet.com.au>)
List pgsql-hackers
Thanks, but the behaviour seems identical. :(

/Palle

--On fredag, januari 14, 2005 07.37.46 +1100 John Hansen 
<john@geeknet.com.au> wrote:

>> create index foo on group_data(this_group_id) where group_id is null;
>
> Try this instead;
>
> create index foo on group_data(this_group_id) where nullvalue(group_id);
>
> And
>
> Select * from group_data where this_group_id = 46 and nullvalue(group_id);
>
> ... John






pgsql-hackers by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: Bug? 8.0 does not use partial index
Next
From: Pavel Stehule
Date:
Subject: Re: Slow PL/pgSQL 8.0.RC5 (7.4.6. 3times faster)