pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints inRE

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Include the WHERE clause on EXCLUDE constraints inRE
Дата
Msg-id E1gZFYa-0007k3-9n@gothos.postgresql.org
обсуждение исходный текст
Список 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.joshi@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - RM 3780 pgAdmin4 lacks ability to specifyNULL values in CSV export
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][RM3726] EXCLUDE constraint omits WHERE clause