Out of date docs: DISABLE/ENABLE TRIGGER

Dean Rasheed <dean.a.rasheed@gmail.com>

From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2010-06-06T09:11:02Z
Lists: pgsql-hackers

Attachments

Hi,

I just spotted that the docs for ALTER TABLE .. DISABLE/ENABLE TRIGGER
are out of date, now that we have deferrable uniqueness and exclusion
constraints.

Also, I think that the original comment in the ENABLE/DISABLE TRIGGER
section was misleading because it suggested that only superusers can
disable constraint triggers, which is not true for *user-defined*
constraint triggers.

Proposed update attached.

Regards,
Dean