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.maha...@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(-)