pgAdmin 4 commit: Added support to view multilevel partitioned tables.

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Added support to view multilevel partitioned tables.
Date: 2020-01-06 09:23:56
Message-ID: E1ioOc8-00052g-7Q@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Added support to view multilevel partitioned tables. Fixes #4633.

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
.../schemas/tables/partitions/__init__.py | 51 +++++---------------
.../tables/partitions/static/js/partition.js | 33 ++++++++++---
web/pgadmin/browser/utils.py | 56 ++++++++++++++++------
4 files changed, 81 insertions(+), 60 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-06 09:31:34 Re: [pgAdmin][RM4633] Bad view in partitioned tables
Previous Message Akshay Joshi 2020-01-06 07:33:49 Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)