SET CONSTRAINTS and like named constraints

From: Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: SET CONSTRAINTS and like named constraints
Date: 2003-08-16 20:16:02
Message-ID: 20030816131300.L65486-100000@megazone.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Browne 2003-08-16 22:14:14 Re: CREATE TYPE
Previous Message Lamar Owen 2003-08-16 18:51:57 Re: more fun with 7.3.4 RPMs