pgAdmin 4 commit: 1) Refactored SQL of Table's and it's child nodes. Fi - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Refactored SQL of Table's and it's child nodes. Fi
Date
Msg-id E1iiI6Q-0001eX-Do@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
1) Refactored SQL of Table's and it's child nodes. Fixes #4988.
2) Ensure that the error message should not be displayed if Tablespace is not selected while creating the index. Fixes
#5008.
3) Fix an issue where operator, access method and operator class is not visible for exclusion constraints. Fixes #5009.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ea3eabc3c75282c31051b5a4a7e5ee8a5d319c00

Modified Files
--------------
docs/en_US/release_notes_4_17.rst                  |  5 +-
.../servers/databases/schemas/tables/__init__.py   | 50 +++------------
.../databases/schemas/tables/columns/utils.py      | 25 ++++----
.../constraints/exclusion_constraint/utils.py      | 73 ++++++++++++++++++++++
.../schemas/tables/indexes/static/js/index.js      |  6 --
.../sql/11_plus/properties.sql                     |  2 -
.../sql/default/properties.sql                     |  2 -
.../index_constraint/sql/11_plus/properties.sql    |  3 -
.../index_constraint/sql/default/properties.sql    |  3 -
9 files changed, 99 insertions(+), 70 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM5017] Use cheroot as default production server
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] - 5023 - Refactoring SQL of View andMaterialized View.