Re: not null partial index?

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: not null partial index?
Date: 2004-10-31 06:16:46
Message-ID: 20041031.151646.116349529.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Bjorklund 2004-10-31 06:24:38 Re: Charset/collate support and function parameters
Previous Message Tatsuo Ishii 2004-10-31 06:15:14 Re: Charset/collate support and function parameters