| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fix drop/drop cascade for partitioned tables. Fixes # |
| Date: | 2017-07-10 15:02:35 |
| Message-ID: | E1dUaCp-0004yn-Pj@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Fix drop/drop cascade for partitioned tables. Fixes #2550
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f06c3578f6cbfdb3cd6a8ad40038bb0d9cc878fc
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 26 +-------------
.../schemas/tables/partitions/__init__.py | 41 ++++++++++++++++++++++
.../tables/partitions/static/js/partition.js | 31 ++++++++++------
.../databases/schemas/tables/static/js/table.js | 8 +++--
.../templates/table/sql/10_plus/properties.sql | 2 +-
.../templates/table/sql/9.1_plus/properties.sql | 2 +-
.../servers/databases/schemas/tables/utils.py | 39 ++++++++++++++++++++
7 files changed, 108 insertions(+), 41 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2017-07-10 15:08:40 | pgAdmin 4 commit: Ensure the initial password is properly hashed during |
| Previous Message | Surinder Kumar | 2017-07-10 15:01:53 | Object > delete/drop and properties menu icons misaligned |