[GENERAL] Disabling FK for tables in Postgresql

2009-01-28 Thread Josh Harrison
Hi
Is it possible to disable FK constraints in Postgresql?
Thanks
Josh


Re: [GENERAL] Disabling FK for tables in Postgresql

2009-01-28 Thread A. Kretschmer
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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general