Re: Disabling triggers / constraints

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: kell_pt(at)users(dot)sourceforge(dot)net
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Disabling triggers / constraints
Date: 2004-05-21 05:09:53
Message-ID: 40AD8F21.6080909@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Doing it with "alter table" seems to imply that the change is permanent
> (eg, the table loses checking), whereas that is most certainly not what
> is wanted. With a SET variable it lasts only for the session, and
> doesn't have to be reset manually.

Ah, then in that case, how about adding to the existing SET CONSTRAINTS
command?

Chris

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-21 05:11:51 Re: Disabling triggers / constraints
Previous Message Jorge Pereira 2004-05-21 04:28:16 Re: Disabling triggers / constraints