pgsql: Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax Since procedures are now a different thing from functions, change the CREATE TRIGGER and CREATE EVENT TRIGGER syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. pg_dump and ruleuti

pgsql: Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax

2018-08-22 Thread Peter Eisentraut
Change PROCEDURE to FUNCTION in CREATE TRIGGER syntax Since procedures are now a different thing from functions, change the CREATE TRIGGER and CREATE EVENT TRIGGER syntax to use FUNCTION in the clause that specifies the function. PROCEDURE is still accepted for compatibility. pg_dump and ruleuti