pgAdmin 4 commit: Added support to create triggers from existing trigge - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support to create triggers from existing trigge
Date
Msg-id E1oGwrr-0006XH-SU@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support to create triggers from existing trigger functions in EPAS. Fixes #7387

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6145dc76fc4c2b9c4b9e05cff506bbf361a64fd2
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_13.rst                  |  1 +
.../functions/static/js/trigger_function.js        |  2 +-
.../functions/static/js/trigger_function.ui.js     |  1 +
.../trigger_functions/ppas/sql/11_plus/get_oid.sql |  2 +-
.../trigger_functions/ppas/sql/11_plus/node.sql    |  2 +-
.../ppas/sql/11_plus/properties.sql                |  2 +-
.../ppas/sql/9.2_plus/get_oid.sql                  |  2 +-
.../trigger_functions/ppas/sql/9.2_plus/node.sql   |  2 +-
.../ppas/sql/9.2_plus/properties.sql               |  2 +-
.../trigger_functions/ppas/sql/default/get_oid.sql |  2 +-
.../trigger_functions/ppas/sql/default/node.sql    |  2 +-
.../ppas/sql/default/properties.sql                |  2 +-
.../sql/pg/default/get_triggerfunctions.sql        |  2 +-
.../sql/ppas/default/get_triggerfunctions.sql      |  2 +-
.../databases/schemas/tables/triggers/__init__.py  | 62 +++++++++++-----------
.../databases/schemas/tables/triggers/utils.py     | 58 ++++++++++----------
.../feature_tests/xss_checks_roles_control_test.py |  9 ++--
17 files changed, 77 insertions(+), 78 deletions(-)


pgadmin-hackers by date:

Previous
From: Fahar Abbas
Date:
Subject: Re: pgAdmin4 v6.12 candidate builds
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-6_12 has been created.