mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
GPDB compatibility fixes:
When connected to a Greenplum database server - Hide items that not work with GPDB, such as Triggers, FDW, FTS_*, etc - Tables/Views/Catalogs/Language node can expand correctly - Views/Languages/Catalogs can show properties dialog with correct information - Show a greenplum icon at the server node Teng Zhang & Hao Wang
This commit is contained in:
@@ -60,6 +60,7 @@ class ExtensionModule(CollectionNodeModule):
|
||||
Initialising the base class
|
||||
"""
|
||||
super(ExtensionModule, self).__init__(*args, **kwargs)
|
||||
self.min_gpdbver = 1000000000
|
||||
|
||||
def get_nodes(self, gid, sid, did):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user