Re: Views "missing" from information_schema.view_table_usage - Mailing list pgsql-general

From Erik Wienhold
Subject Re: Views "missing" from information_schema.view_table_usage
Date
Msg-id 2133999369.41448.1670016807570@office.mailbox.org
Whole thread Raw
In response to Views "missing" from information_schema.view_table_usage  (Jonathan Lemig <jtlemig@gmail.com>)
Responses Re: Views "missing" from information_schema.view_table_usage  (Erik Wienhold <ewie@ewie.name>)
Re: Views "missing" from information_schema.view_table_usage  (Jonathan Lemig <jtlemig@gmail.com>)
List pgsql-general
> On 02/12/2022 21:51 CET Jonathan Lemig <jtlemig@gmail.com> wrote:
>
> Has anybody ever encountered this, and if so, did you find a resolution?
> Or perhaps there other limitations with the VTU that I'm unaware of?

Is the one view you cannot find in view_table_usage a materialized view?
Because those are not covered by view_table_usage[1].

[1]
https://git.postgresql.org/gitweb/?p=postgresql.git;a=blob;f=src/backend/catalog/information_schema.sql;h=18725a02d1fb6ffda3d218033b972a0ff23aac3b;hb=HEAD#l2605

--
Erik



pgsql-general by date:

Previous
From: Pasi Oja-Nisula
Date:
Subject: Re: Stored procedure code no longer stored in v14 and v15, changed behaviour
Next
From: Jonathan Lemig
Date:
Subject: Re: Views "missing" from information_schema.view_table_usage