Re: set constraints docs page

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
Cc: "Hackers" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: set constraints docs page
Date: 2003-08-13 14:05:13
Message-ID: 23541.1060783513@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-13 14:32:14 Re: Parsing speed (was Re: pgstats_initstats() cost)
Previous Message Christopher Kings-Lynne 2003-08-13 13:59:33 Re: Parsing speed (was Re: pgstats_initstats() cost)