Re: How to setup default value "0000-00-00" for "date" - Mailing list pgsql-general

From Tom Lane
Subject Re: How to setup default value "0000-00-00" for "date"
Date
Msg-id 898.1093024315@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to setup default value "0000-00-00" for "date"  ("Peter Haworth" <pmh@edison.ioppublishing.com>)
List pgsql-general
"Peter Haworth" <pmh@edison.ioppublishing.com> writes:
> ... why couldn't an explicit IS NULL test
> be allowed to use the index?

It could, if someone cared to puzzle out a way to integrate IS NULL into
the index opclass and access method API infrastructure.  Right now all
that stuff assumes that indexable operators are, well, operators (and I
think there are places that assume they must be binary operators, to
boot).

I've looked at this once or twice but always decided that the
bang-for-the-buck ratio was too low compared to other open problems ...

            regards, tom lane

pgsql-general by date:

Previous
From: "Peter Haworth"
Date:
Subject: Re: How to setup default value "0000-00-00" for "date"
Next
From: Joe Lester
Date:
Subject: Re: Postgres filling up hard drive with swap files