pgAdmin 4 commit: Ensure the comment on a Primary Key constraint can be

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the comment on a Primary Key constraint can be
Date: 2019-08-08 08:52:14
Message-ID: E1hve9e-0006dM-HK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the comment on a Primary Key constraint can be edited under the Table node. Fixes #4581

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c29275011a1ec78e61e28521402c794997c27148
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_12.rst | 3 ++-
.../schemas/tables/templates/index_constraint/sql/default/update.sql | 4 ++--
.../browser/server_groups/servers/databases/schemas/tables/utils.py | 4 ++++
3 files changed, 8 insertions(+), 3 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2019-08-08 08:52:37 Re: [pgAdmin4][Patch] - RM 4581 - Can not edit comments of primary key constraint under table node
Previous Message Aditya Toshniwal 2019-08-08 06:48:46 Re: [pgAdmin][RM4144] Compound Trigger support for EPAS-v12