pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU
Date
Msg-id E1lU1j8-0001Ry-Lx@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin] [patch] RM6333 Help dialog issue if we set "Open in new browser tab" for Query tool & ERD.
Next
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM6325]:Tools > Storage Manager should have file type as "All files" by default