Re: Can't use subselect in check constraint

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ian Harding" <ianh(at)tpchd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Can't use subselect in check constraint
Date: 2001-12-19 19:02:32
Message-ID: 2052.1008788552@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ian Harding" <ianh(at)tpchd(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Harding 2001-12-19 21:03:26 How Many Years have Passed?
Previous Message Tom Lane 2001-12-19 18:56:41 Re: Query hangs when getting too complex...