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?



---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to