pgAdmin 4 commit: Fixed issue where icon for Partitioned tables was the

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issue where icon for Partitioned tables was the
Date: 2018-04-26 11:38:08
Message-ID: E1fBfE0-0001Xi-GA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issue where icon for Partitioned tables was the same as Non Partitioned tables for GreenPlum database. Fixes #3308

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=966279c1b3cc9137ed6bb7ba21e76d0981178b3c
Author: Joao De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>

Modified Files
--------------
docs/en_US/release_notes_3_1.rst | 3 +-
.../servers/databases/schemas/tables/__init__.py | 34 +++----
.../schemas/tables/base_partition_table.py | 23 +++++
.../schemas/tables/partitions/__init__.py | 2 +-
.../templates/table/sql/gpdb_5.0_plus/nodes.sql | 3 +-
.../tables/tests/test_base_partition_table.py | 107 +++++++++++++++++++++
.../servers/databases/schemas/tables/utils.py | 13 +--
7 files changed, 152 insertions(+), 33 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-04-26 11:43:25 Re: [pgadmin4][patch] [GreenPlum] Partitioned table icon is the same as non partitioned tables
Previous Message Khushboo Vashi 2018-04-26 09:34:44 [pgAdmin4][Patch]: RM 3284 - F5 key not working consistently