pgAdmin 4 commit: Added support to create triggers from existing trigge

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to create triggers from existing trigge
Date: 2022-07-28 06:19:31
Message-ID: E1oGwrr-0006XH-SU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mahajan(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-28 06:20:40 pgAdmin 4 commit: Tag REL-6_12 has been created.
Previous Message Fahar Abbas 2022-07-28 06:01:47 Re: pgAdmin4 v6.12 candidate builds