pgAdmin 4 commit: 1. Unable to create trigger for partition table. Fixe - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1. Unable to create trigger for partition table. Fixe
Date
Msg-id E1mY39t-00019F-Tf@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1. Unable to create trigger for partition table. Fixes #6867.
2. Unable to create index, RLS policy, rules, triggers for partition. Fixes #6868.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dce5038ffd1ca691ae7d365885c3b2e8c297f681
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../servers/databases/schemas/tables/indexes/static/js/index.ui.js  | 6 +++---
.../servers/databases/schemas/tables/triggers/static/js/trigger.js  | 2 +-
web/pgadmin/browser/static/js/node_view.jsx                         | 2 +-
web/pgadmin/static/scss/_pgadmin4-tree.overrides.scss               | 1 +
4 files changed, 6 insertions(+), 5 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: [pgAdmin][RM-6897]: Execute button of query tool gets disabled once we change anything in the data grid
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] Partition node related fixes