| From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Corrected the syntax for 'CREATE TRIGGER', use 'EXECU |
| Date: | 2021-04-07 06:31:46 |
| Message-ID: | E1lU1j8-0001Ry-Lx@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pradip Parkale | 2021-04-07 07:47:26 | [pgAdmin][RM6325]:Tools > Storage Manager should have file type as "All files" by default |
| Previous Message | Akshay Joshi | 2021-04-06 10:42:36 | Re: [pgAdmin] [patch] RM6333 Help dialog issue if we set "Open in new browser tab" for Query tool & ERD. |