Re: Index on a NULL-value - Mailing list pgsql-performance

From Tobias Brox
Subject Re: Index on a NULL-value
Date
Msg-id 20050531034529.GJ26100@tobias.exoweb.net
Whole thread Raw
In response to Re: Index on a NULL-value  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Index on a NULL-value
List pgsql-performance
[Bruno Wolff III - Mon at 10:36:33PM -0500]
> You want something like this:
> CREATE INDEX b_is_null ON mock(b) WHERE b IS NULL;

Oh, cool.  I wasn't aware that this is possible.  This would probably help
us a lot of places. :-)

--
Tobias Brox, Beijing

pgsql-performance by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: Index on a NULL-value
Next
From: Bruno Wolff III
Date:
Subject: Re: Index on a NULL-value