Re: Index on a NULL-value

Поиск
Список
Период
Сортировка
От Tobias Brox
Тема Re: Index on a NULL-value
Дата
Msg-id 20050531034529.GJ26100@tobias.exoweb.net
обсуждение исходный текст
Ответ на Re: Index on a NULL-value  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: Index on a NULL-value  (Greg Stark <gsstark@mit.edu>)
Список pgsql-performance
[Bruno Wolff III - Mon at 10:36:33PM -0500]
> You want something like this:
> CREATE INDEX b_is_null ON mock(b) WHERE b IS NULL;

Oh, cool.  I wasn't aware that this is possible.  This would probably help
us a lot of places. :-)

--
Tobias Brox, Beijing

В списке pgsql-performance по дате отправления:

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Index on a NULL-value
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Index on a NULL-value