]> granicus.if.org Git - postgresql/commit
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 1 Oct 2018 21:02:55 +0000 (23:02 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 1 Oct 2018 21:04:46 +0000 (23:04 +0200)
commit3b983c3354df78f273594dc711c207d09cd214dd
tree52670fca5d27b82b9f305f37098a69c739613c75
parent1f25c7a8fc99bb33a9b978ab92b9ba9840366753
Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax

This was claimed to have been done in
0a63f996e018ac508c858e87fa39cc254a5db49f, but that actually only
changed the documentation and not the grammar.  (That commit did fully
change it for CREATE TRIGGER.)
src/backend/parser/gram.y
src/test/regress/expected/event_trigger.out
src/test/regress/sql/event_trigger.sql