Re: deactivating/activating constraint - Mailing list pgsql-general

From Sebastian Böck
Subject Re: deactivating/activating constraint
Date
Msg-id 43301FE6.1070802@freenet.de
Whole thread Raw
In response to deactivating/activating constraint  (Oleg <evdakov@iwk.uka.de>)
Responses Re: deactivating/activating constraint
List pgsql-general
Oleg wrote:
> Dear All,
> is it possible to temporary deactivate a constraint in PostgreSQL?
> There is a constraint that does not allow me to write some data (see
> e-mail below). But after all datasets are written the constraint is
> valid. So I was wondering wether it is possible to deactivate a
> constraint write all records in all tables then activate constraint
> again. Somebody told me that it is possible in Oracle.
> Thanks a lot in advance
> Oleg

Have you tried to make the Foreign Key deferrable and initially deferred?

See:
http://www.postgresql.org/docs/8.0/interactive/sql-createtable.html

HTH

Sebastian

pgsql-general by date:

Previous
From: Oleg
Date:
Subject: deactivating/activating constraint
Next
From: Lincoln Yeoh
Date:
Subject: Re: Backup and Restore mechanism in Postgres