The following bug has been logged on the website:
Bug reference: 18998
Logged by: Žiga Kranjec
Email address: lacanoid(at)ljudmila(dot)org
PostgreSQL version: 17.0
Operating system: Any
Description:
View NFORMATION_SCHEMA.TABLE_PRIVILEGES contains information for views and
tables, but not materialized views. I found this to be somewhat unexpected.
Since materialized views are conceptually somewhere between views and
tables, it would perhaps make sense to include them.
The standard of course doesn’t say anything about this because it does not
deal with materialized views at all.