Re: Foreign tables privileges not shown in information_schema.table_privileges

From: Nicolas Thauvin <nicolas(dot)thauvin(at)dalibo(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Foreign tables privileges not shown in information_schema.table_privileges
Date: 2017-08-16 07:36:44
Message-ID: 20170816093644.1180a97e@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 15 Aug 2017 19:41:40 -0400
Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:

> 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!
>

You're welcome!

--
Nicolas Thauvin
+33 (0)1 84 16 92 09
http://dalibo.com - http://dalibo.org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-08-16 07:37:26 Re: Quorum commit for multiple synchronous replication.
Previous Message Ashutosh Bapat 2017-08-16 07:31:39 Re: Partition-wise join for join between (declaratively) partitioned tables