Re: IN clause

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: IN clause
Дата
Msg-id 20061128140155.GA29938@svana.org
обсуждение исходный текст
Ответ на Re: IN clause  (Jim Nasby <decibel@decibel.org>)
Список pgsql-general
On Mon, Nov 27, 2006 at 05:24:31PM -0600, Jim Nasby wrote:
> In any case, like Oracle, PostgreSQL does not index NULL values (at
> least not in btree).

Actually, PostgreSQL does store NULL values in an index, otherwise you
could never use them for full index scans (think multicolumn indexes).
You can't use the index for IS NULL tests, although patches exist for
that.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: "Andrus"
Дата:
Сообщение: Re: How to increace nightly backup speed
Следующее
От: "John D. Burger"
Дата:
Сообщение: Re: NULLs ;-)