pgAdmin 4 commit: Handle partitioned tables created "OF TYPE". Fixes #2

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Handle partitioned tables created "OF TYPE". Fixes #2
Date: 2017-07-10 13:17:15
Message-ID: E1dUYYt-0008E6-Aw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Handle partitioned tables created "OF TYPE". Fixes #2545

Branch
------
master

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

Modified Files
--------------
.../servers/databases/schemas/tables/__init__.py | 11 +++++-
.../schemas/tables/static/js/partition.utils.js | 18 +++++++++-
.../databases/schemas/tables/static/js/table.js | 39 +++++++++++++---------
.../templates/table/sql/10_plus/properties.sql | 3 +-
.../templates/table/sql/9.1_plus/properties.sql | 3 +-
.../tables/templates/table/sql/default/create.sql | 3 +-
6 files changed, 56 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-10 13:17:33 Re: [pgAdmin4][Patch]: Fixed #2545 Partitioned table should be created using 'OF TYPE'
Previous Message Khushboo Vashi 2017-07-10 13:14:32 [pgAdmin4][Patch]: Fixed RM #1165 - Too many request to update dashboard graphs when server is disconnected.