Re: Can't use subselect in check constraint - Mailing list pgsql-general

From Tom Lane
Subject Re: Can't use subselect in check constraint
Date
Msg-id 2052.1008788552@sss.pgh.pa.us
Whole thread Raw
In response to Can't use subselect in check constraint  ("Ian Harding" <ianh@tpchd.org>)
Responses Re: Can't use subselect in check constraint
List pgsql-general
"Ian Harding" <ianh@tpchd.org> writes:
> Is this something that will change anytime soon?

It's not high-priority in my mind.  The difficulty is the lack of a
planning step for constraint expressions.  Maybe we could fix this
when we redesign querytrees; right now I think there's too much cruft
in the way (memory leaks, state kept in the querytree, etc etc)

            regards, tom lane

pgsql-general by date:

Previous
From: Paulo Jan
Date:
Subject: Re: Query hangs when getting too complex...
Next
From: Tom Lane
Date:
Subject: Re: Query hangs when getting too complex...