Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Disable Constraints in Postgresql 8.4


  • From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
  • To: Jyoti Seth <jyotiseth2001(at)gmail(dot)com>
  • Cc: pgsql-sql(at)postgresql(dot)org
  • Subject: Re: Disable Constraints in Postgresql 8.4
  • Date: Tue, 29 Sep 2009 10:13:05 -0400
  • Message-id: <8259.1254233585@sss.pgh.pa.us> <text/plain>

Jyoti Seth <jyotiseth2001(at)gmail(dot)com> writes:
> How can I disable and enable constraints in Postgres Version 8.4?

See ALTER TABLE DISABLE TRIGGER.  (Fooling with reltriggers has been
deprecated since 8.1.)

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group