PG_MATVIEW_DEPEND
PG_MATVIEW_DEPEND records the base tables used in materialized views, along with the corresponding materialized views for each base table. This view is supported only by clusters of version 8.2.1.100 or later.
Column |
Type |
Description |
---|---|---|
matviewid |
OID |
OID of the materialized view. |
relid |
OID |
OID of the materialized view base table. |
partids |
oidvector |
OID of the base table partition when the partition is specified. |
contain_entire_rel |
Boolean |
Whether to include the entire base table. |
matpartid |
OID |
Partition OID of the mapped materialized view. |
relpartid |
OID |
Partition OID of the mapped base table. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot