table_privileges view under information_schema doesn't showprivileges on materialized views

Поиск
Список
Период
Сортировка
От Ashutosh Sharma
Тема table_privileges view under information_schema doesn't showprivileges on materialized views
Дата
Msg-id CAE9k0PkG9LovKFn6h77htEW1S0gzYjbCGUxT5JCr4jYohkS7Tw@mail.gmail.com
обсуждение исходный текст
Ответы Re: table_privileges view under information_schema doesn't show privileges on materialized views
Список pgsql-hackers
Hi All,

Currently, table_privileges view in information_schema.sql doesn't
show privileges on materialized views for currently enabled roles. As
per the documentation-[1], it should be showing the all privileges
granted on tables and views (the documentation doesn't says it has to
be normal view). Shouldn't we allow it to show privileges on
materialized views as well.

Attached is the patch with necessary changes in table_privileges view
to show the privileges on materialized views. Please let me know your
thoughts on this. Thank you.

[1] - https://www.postgresql.org/docs/devel/static/infoschema-table-privileges.html

-- 
With Regards,
Ashutosh Sharma
EnterpriseDB:http://www.enterprisedb.com

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Sharma
Дата:
Сообщение: Reference link for applicable_roles view is missing in thedocumentation of enabled_roles
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: Expression errors with "FOR UPDATE" and postgres_fdw with partitionwise join enabled.