Update CREATE TRIGGER to use FUNCTION keyword
Since PG11 the syntax CREATE TRIGGER ... EXECUTE PROCEDURE is deprecated. Change occurrences in the app to use CREATE TRIGGER ... EXECUTE FUNCTION.
Showing
Please register or sign in to comment