pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Date
Msg-id E1g76jX-0003i9-5p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf3dfea45b13662b3c23d7c481a9f77d67e77c45

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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add assertions that we hold some relevant lock during relationo
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Create an RTE field to record the query's lock mode foreach rel