pgAdmin 4 commit: Fixed issue where icon for Partitioned tables wasthe - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed issue where icon for Partitioned tables wasthe
Date
Msg-id E1fBfE0-0001Xi-GA@gothos.postgresql.org
Whole thread Raw
List 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@pivotal.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(-)


pgadmin-hackers by date:

Previous
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: RM 3284 - F5 key not working consistently
Next
From: Akshay Joshi
Date:
Subject: Re: [pgadmin4][patch] [GreenPlum] Partitioned table icon is the sameas non partitioned tables