Re: Foreign tables privileges not shown in information_schema.table_privileges

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Nicolas Thauvin <nicolas(dot)thauvin(at)dalibo(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Foreign tables privileges not shown in information_schema.table_privileges
Date: 2017-08-15 23:41:40
Message-ID: 3119189a-8357-1e56-d9f7-50a61579a6c0@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 8/10/17 09:00, Nicolas Thauvin wrote:
> The information_schema.table_privileges view filters on regular tables
> and views. Foreign tables are not shown in this view but they are in
> other views of the information_schema like tables or column_privileges.
>
> Is it intentional? A patch is attached if not.

Fix committed to all branches. Thanks!

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2017-08-16 00:12:57 Re: Logical replication message type 'Y' is missing in docs
Previous Message Peter Eisentraut 2017-08-15 23:41:14 pgsql: Include foreign tables in information_schema.table_privileges