BUG #18998: No materialized views in INFORMATION_SCHEMA.TABLE_PRIVILEGES

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: lacanoid(at)ljudmila(dot)org
Subject: BUG #18998: No materialized views in INFORMATION_SCHEMA.TABLE_PRIVILEGES
Date: 2025-07-24 17:50:36
Message-ID: 18998-d0b1ca418d70eed4@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Fujii Masao 2025-07-24 18:50:07 Re: Unexpected Standby Shutdown on sync_replication_slots change
Previous Message Jinhui Lai 2025-07-24 17:49:54 Re: BUG #18997: Two equivalent queries return different results