Re: Disabling FK for tables in Postgresql - Mailing list pgsql-general

From A. Kretschmer
Subject Re: Disabling FK for tables in Postgresql
Date
Msg-id 20090129055928.GA21497@a-kretschmer.de
Whole thread Raw
In response to Disabling FK for tables in Postgresql  (Josh Harrison <joshques@gmail.com>)
List pgsql-general
In response to Josh Harrison :
> Hi
> Is it possible to disable FK constraints in Postgresql?

You can set the constraint deferred (if the constraint defined
deferrable) or drop the constraint.

http://www.postgresql.org/docs/current/static/sql-set-constraints.html


Regards, Andreas
--
Andreas Kretschmer
Kontakt:  Heynitz: 035242/47150,   D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID:   0x3FFF606C, privat 0x7F4584DA   http://wwwkeys.de.pgp.net

pgsql-general by date:

Previous
From: Tony Caduto
Date:
Subject: Re: System table documentation
Next
From: Asko Oja
Date:
Subject: Re: possible pg_dump bug