Re: null values / partial indices

Поиск
Список
Период
Сортировка
От Mario Weilguni
Тема Re: null values / partial indices
Дата
Msg-id 4D618F6493CE064A844A5D496733D6670391B2@freedom.icomedias.com
обсуждение исходный текст
Ответ на null values / partial indices  ("Mario Weilguni" <mario.weilguni@icomedias.com>)
Список pgsql-hackers
>You can try an index like:
>create index str_idx_url on str(url) where url >= '';
>
>I think that should be identical. ('' is the smallest string, no ?)

Thanks alot, it works now. But I still think the NOT NULL case would be
useful.

Best regards,Mario Weilguni


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

Предыдущее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: null values / partial indices
Следующее
От: "Zeugswetter Andreas SB SD"
Дата:
Сообщение: Re: RC1?