pgAdmin 4 commit: 1. Unable to create trigger for partition table. Fixe

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Unable to create trigger for partition table. Fixe
Date: 2021-10-06 09:24:17
Message-ID: E1mY39t-00019F-Tf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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