Re: Request to modify view_table_usage to include materialized views

2022-12-05 Thread Jonathan Lemig
Hey Tom, Thanks for the info. I'll submit a document change request instead. Thanks! Jon On Mon, Dec 5, 2022 at 11:53 AM Tom Lane wrote: > Jonathan Lemig writes: > > Would it be possible to modify the information_schema.view_table_usage > > (VTU) to include materialized views? > > Is it phy

Re: Request to modify view_table_usage to include materialized views

2022-12-05 Thread Tom Lane
Jonathan Lemig writes: > Would it be possible to modify the information_schema.view_table_usage > (VTU) to include materialized views? Is it physically possible? Sure, it'd just take adjustment of some relkind checks. However, it's against project policy. We consider that because the informati