Thread: pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax

pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax

From
Peter Eisentraut
Date:
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.)

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3b983c3354df78f273594dc711c207d09cd214dd

Modified Files
--------------
src/backend/parser/gram.y                   | 4 ++--
src/test/regress/expected/event_trigger.out | 2 +-
src/test/regress/sql/event_trigger.sql      | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)