Re: not null partial index? - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: not null partial index?
Date
Msg-id 20041031.151646.116349529.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: not null partial index?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: not null partial index?
List 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 by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Charset/collate support and function parameters
Next
From: Dennis Bjorklund
Date:
Subject: Re: Charset/collate support and function parameters