Re: not null partial index?

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: not null partial index?
Дата
Msg-id 20041031.151646.116349529.t-ishii@sra.co.jp
обсуждение исходный текст
Ответ на Re: not null partial index?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: not null partial index?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> > It seems partial indexes with not null condition do not work:
> 
> What you created wasn't a partial index, it was a functional index.
> Try something like
>     create index nonnullindex on accounts(bid) where bid is not null;

Sorry for the confusing and foolish question. However still I wonder
why my expression(functional) index does not work.
--
Tatsuo Ishii


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Charset/collate support and function parameters
Следующее
От: Dennis Bjorklund
Дата:
Сообщение: Re: Charset/collate support and function parameters