Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Oct 2002 21:06:23 +0000 (21:06 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Oct 2002 21:06:23 +0000 (21:06 +0000)
commitaab47baf6c0d818f550abd59d43003be3602e741
tree8d2d803e6bfa760134ce302570386f4d21e76b1a
parenteb978845e43d47293ef043553e7d39571aa839b5
Hack to make it possible to load CREATE CONSTRAINT TRIGGER commands that
are missing the FROM clause (due to a long-ago pg_dump bug).  Patch by
Stephan Szabo, minor tweaking by Tom Lane.
src/backend/commands/trigger.c
src/backend/utils/adt/ri_triggers.c