Re: deferred check constraints - Mailing list pgsql-general

From Tom Lane
Subject Re: deferred check constraints
Date
Msg-id 19130.1184615133@sss.pgh.pa.us
Whole thread Raw
In response to deferred check constraints  (Perry Smith <pedz@easesoftware.com>)
List pgsql-general
Perry Smith <pedz@easesoftware.com> writes:
> Right now, it would be nice if I could get a check constraint to be
> deferred.

Possibly you could use a deferred "constraint trigger" and do the check
inside that, but I think you will find there are all sorts of race
conditions in this design.

            regards, tom lane

pgsql-general by date:

Previous
From: Perry Smith
Date:
Subject: deferred check constraints
Next
From: Gregory Stark
Date:
Subject: Re: deferred check constraints