pgAdmin 4 commit: Ensure table definitions include WHERE clauses on EXC

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure table definitions include WHERE clauses on EXC
Date: 2018-12-20 10:19:58
Message-ID: E1gZvQs-0004zD-1P@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure table definitions include WHERE clauses on EXCLUDE constraints. Fixes #3726

Branch
------
master

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

Modified Files
--------------
.../schemas/tables/templates/table/sql/macros/constraints.macro | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-20 10:20:13 Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause
Previous Message Dave Page 2018-12-20 10:17:24 Re: [pgAdmin4][Patch]: RM 3796 - Grant Wizard: Text should be "Please add privileges..." instead of "Please select privileges..