]> 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:02:55 +0000 (23:02 +0200)
commitcf3dfea45b13662b3c23d7c481a9f77d67e77c45
tree4c1bfc3fc76de821c22295977c716cad62acfb74
parentb04aeb0a053e7cf7faad89f7d47844d8ba0dc839
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