Greg Sabino Mullane <g...@turnstep.com> writes: > This was failing: > CREATE TRIGGER foo > AFTER INSERT OR UPDATE OR DELETE OR TRUNCATE > ON foobar > FOR EACH STATEMENT EXECUTE PROCEDURE baz();
> Turns out the parser wasn't set up to handle four different trigger > event types. Hmm, that's a problem ... > Patch attached. ... but this patch doesn't come close to fixing it. struct CreateTrigStmt needs changes. I kinda think the restriction to 4 (or whatever) elements ought to go away altogether. regards, tom lane -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs