Re: Disabling triggers / constraints - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Disabling triggers / constraints
Date
Msg-id 40AD8F21.6080909@familyhealth.com.au
Whole thread Raw
In response to Re: Disabling triggers / constraints  (Jorge Pereira <jrp@ideiaprima.com>)
List 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



pgsql-patches by date:

Previous
From: Jorge Pereira
Date:
Subject: Re: Disabling triggers / constraints
Next
From: "Valentin Petkov"
Date:
Subject: About PostgreSQL