mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that maintenance job should be worked properly for indexes under a materialized view. Fixes #4223.
This commit is contained in:
@@ -347,6 +347,8 @@ define([
|
||||
table = treeInfo.partition._label;
|
||||
} else if (treeInfo.table != undefined) {
|
||||
table = treeInfo.table._label;
|
||||
} else if (treeInfo.mview != undefined) {
|
||||
table = treeInfo.mview._label;
|
||||
}
|
||||
|
||||
if (treeInfo.primary_key != undefined) {
|
||||
|
||||
Reference in New Issue
Block a user