Re: Bug? 8.0 does not use partial index

Поиск
Список
Период
Сортировка
От Palle Girgensohn
Тема Re: Bug? 8.0 does not use partial index
Дата
Msg-id 6D79273B12F379B5570EE2E4@palle.girgensohn.se
обсуждение исходный текст
Ответ на Re: Bug? 8.0 does not use partial index  ("John Hansen" <john@geeknet.com.au>)
Ответы Re: Bug? 8.0 does not use partial index  (John Hansen <john@geeknet.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: Bug? 8.0 does not use partial index
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Slow PL/pgSQL 8.0.RC5 (7.4.6. 3times faster)