add materialized view feature to opengauss
This commit is contained in:
@ -194,6 +194,7 @@ static Datum pgstat_relation(Relation rel, FunctionCallInfo fcinfo)
|
||||
|
||||
switch (rel->rd_rel->relkind) {
|
||||
case RELKIND_RELATION:
|
||||
case RELKIND_MATVIEW:
|
||||
case RELKIND_TOASTVALUE:
|
||||
case RELKIND_UNCATALOGED:
|
||||
case RELKIND_SEQUENCE:
|
||||
|
||||
Reference in New Issue
Block a user