"Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> I notice on the SET CONSTRAINTS doc page, it says SET CONSTRAINTS
> <constraint> ...
> But it doesn't at all make it clear what <constraint> is, since cosntraint
> names are per-relation I thought?
Looking at the code, it will set the mode for *all* FKs with the same
constraint name, regardless of which relation they are on.
Feel free to send a doc patch...
regards, tom lane