Thread: pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU

pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU

From
Akshay Joshi
Date:
Corrected the syntax for 'CREATE TRIGGER', use 'EXECUTE FUNCTION' instead of 'EXECUTE PROCEDURE' from v11 onwards.
Fixes#6220 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7f59463e3b201eaf59674a762f87c16ef12296b2

Modified Files
--------------
docs/en_US/release_notes_5_2.rst                   |  1 +
.../templates/triggers/sql/pg/11_plus/create.sql   | 37 ++++++++++++
.../templates/triggers/sql/pg/11_plus/update.sql   | 61 +++++++++++++++++++
.../templates/triggers/sql/ppas/11_plus/create.sql | 37 ++++++++++++
.../templates/triggers/sql/ppas/11_plus/update.sql | 70 ++++++++++++++++++++++
.../triggers/sql/ppas/12_plus/properties.sql       |  2 +-
6 files changed, 207 insertions(+), 1 deletion(-)