]> granicus.if.org Git - postgresql/commit
Fix the just-reported problem that you can't specify all four trigger event
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Jun 2009 01:27:02 +0000 (01:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 Jun 2009 01:27:02 +0000 (01:27 +0000)
commitf08e5e92e8d494d8d90c1b0f6584b576c01da75f
treefa6da47185e4abc1291aceaba2d892ee3648076c
parentc30446b9c901b357f9a7b859c51bee5740ac313f
Fix the just-reported problem that you can't specify all four trigger event
types in CREATE TRIGGER.  While at it, clean up the amazingly tedious and
inextensible way that the trigger event type list was handled.  Per report
from Greg Sabino Mullane.
src/backend/commands/tablecmds.c
src/backend/commands/trigger.c
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/include/nodes/parsenodes.h