SET CONSTRAINTS and like named constraints - Mailing list pgsql-hackers

From Stephan Szabo
Subject SET CONSTRAINTS and like named constraints
Date
Msg-id 20030816131300.L65486-100000@megazone.bigpanda.com
Whole thread Raw
Responses Re: SET CONSTRAINTS and like named constraints
List pgsql-hackers
It looks like that right now if you have multiple constraints
with the same name on different tables and some are deferrable
and some are not, SET CONSTRAINTS "name" DEFERRED will fail when
it reaches the not deferrable constraint. Is this the behavior
we want, or do we want it to defer the deferrable ones with that
name and possibly warn that some were not deferrable?




pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: more fun with 7.3.4 RPMs
Next
From: Lamar Owen
Date:
Subject: Re: more fun with 7.3.4 RPMs