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 beendeprecated since 8.1.)
regards, tom lane