pgAdmin 4 commit: Added support to view trigger function under the resp - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Added support to view trigger function under the resp
Date
Msg-id E1kRtMf-0007Xi-9E@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added support to view trigger function under the respective trigger node. Fixes #2519

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=556278dbc52913ba266b1febb02232050103eccd

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                  |  1 +
.../databases/schemas/functions/__init__.py        |  8 +++
.../functions/static/js/trigger_function.js        | 18 +++++-
.../triggers/sql/pg/9.1_plus/get_function_oid.sql  |  9 +++
.../sql/ppas/9.1_plus/get_function_oid.sql         |  9 +++
.../databases/schemas/tables/triggers/__init__.py  | 70 +++++++++++++++++++++-
web/pgadmin/browser/static/js/browser.js           |  6 +-
web/pgadmin/browser/static/js/menu.js              | 36 ++++++++---
web/pgadmin/browser/static/js/node.js              |  6 +-
9 files changed, 148 insertions(+), 15 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM5843] [SQL] - Some 'options' values for function not shown in sql
Next
From: Akshay Joshi
Date:
Subject: Re: Translators: Release next week