pgAdmin 4 commit: Fixed an issue where exclusion constraint cannot be c

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where exclusion constraint cannot be c
Date: 2021-10-13 06:11:28
Message-ID: E1maXU8-0002Sd-NG@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed an issue where exclusion constraint cannot be created from table dialog
if the access method name is changed once. Fixes #6900

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9ace229152f65026837e1d80f284ac7d2dd8172c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_6_1.rst | 1 +
web/pgadmin/static/js/SchemaView/DepListener.js | 6 ++++--
web/pgadmin/static/js/SchemaView/index.jsx | 7 +++++--
3 files changed, 10 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-10-13 06:11:41 Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.
Previous Message Yogesh Mahajan 2021-10-13 05:17:03 Re: [pgAdmin][Patch] - Bug #6776 - Label 'Inherits Tables?' is misleading in properties panel.