mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix index node display on PG 10. Fixes #3180
This commit is contained in:
@@ -77,7 +77,7 @@ class IndexesModule(CollectionNodeModule):
|
||||
|
||||
# In case of partitioned table return false.
|
||||
if 'tid' in kwargs and manager.version >= 100000:
|
||||
return backend_supported(self, manager, **kwargs)
|
||||
return not backend_supported(self, manager, **kwargs)
|
||||
|
||||
if 'vid' not in kwargs:
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user