pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax
Date: 2018-10-01 22:32:07
Message-ID: E1g76jX-0003i9-5p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2018-10-01 23:37:36 Re: pgsql: Create an RTE field to record the query's lock mode for each rel
Previous Message Tom Lane 2018-10-01 16:43:34 pgsql: Add assertions that we hold some relevant lock during relation o