pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints in RE

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints in RE
Date: 2018-12-18 13:37:08
Message-ID: E1gZFYa-0007k3-9n@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Include the WHERE clause on EXCLUDE constraints in RE-SQL. Fixes #3726

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c973c3387e1ff6a2927106f563104ec11d7c15c6
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_3_7.rst | 1 +
.../exclusion_constraint/static/js/exclusion_constraint.js | 4 ++--
.../exclusion_constraint/tests/test_exclusion_constraint_add.py | 1 +
.../tables/templates/exclusion_constraint/sql/11_plus/create.sql | 6 +++---
.../templates/exclusion_constraint/sql/11_plus/properties.sql | 3 ++-
.../tables/templates/exclusion_constraint/sql/default/create.sql | 9 +++++----
.../templates/exclusion_constraint/sql/default/properties.sql | 3 ++-
7 files changed, 16 insertions(+), 11 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-12-18 13:37:15 Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause
Previous Message Akshay Joshi 2018-12-18 11:13:07 Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specify NULL values in CSV export