Re: sub-selects in CHECK - Mailing list pgsql-hackers

From Tom Lane
Subject Re: sub-selects in CHECK
Date
Msg-id 7684.1027811233@sss.pgh.pa.us
Whole thread Raw
In response to sub-selects in CHECK  (nconway@klamath.dyndns.org (Neil Conway))
Responses Re: sub-selects in CHECK  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-hackers
nconway@klamath.dyndns.org (Neil Conway) writes:
> I'd like to add the ability to use a sub-select in a CHECK constraint.
> Can someone elaborate on what changes would be needed to support
> this?

Define what you think should happen when the other rows referenced
by the subselect change.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: What exactly does lanispl mean?
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: sub-selects in CHECK