Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 188c7c8ccf7c107c228ec85b2996388ac490eb49
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-08-23T22:40:47Z
Releases: 8.1.0
Add ALTER TABLE ENABLE/DISABLE TRIGGER commands.  Change pg_dump to
use these instead of its previous hack of changing pg_class.reltriggers.
Documentation is lacking, will add that later.
Patch by Satoshi Nagayasu, review and some extra work by Tom Lane.

Files