pgAdmin 4 commit: Add newly created triggers to the treeview. Fixes #17 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Add newly created triggers to the treeview. Fixes #17
Date
Msg-id E1c7jge-0002bC-HX@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Add newly created triggers to the treeview. Fixes #1747

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6e5126d571ca9497f90b25aa34f5f318a54b5089
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../databases/schemas/tables/indexes/__init__.py   |  9 +++-
.../tables/templates/index/sql/9.1_plus/nodes.sql  |  3 ++
.../templates/trigger/sql/9.1_plus/nodes.sql       |  3 ++
.../databases/schemas/tables/triggers/__init__.py  | 48 +++++++++++++++++++++-
4 files changed, 61 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue where query tool was not displaying messages from function
Next
From: Dave Page
Date:
Subject: Re: PATCH: To fix the issue in trigger node (pgAdmin4)