[HACKERS] Foreign tables privileges not shown ininformation_schema.table_privileges - Mailing list pgsql-hackers

From Nicolas Thauvin
Subject [HACKERS] Foreign tables privileges not shown ininformation_schema.table_privileges
Date
Msg-id 20170810150022.5e9ac63b@dalibo.com
Whole thread Raw
Responses Re: [HACKERS] Foreign tables privileges not shown in information_schema.table_privileges  (Ashutosh Bapat <ashutosh.bapat@enterprisedb.com>)
Re: [HACKERS] Foreign tables privileges not shown ininformation_schema.table_privileges  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Hello,

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.

Thanks
-- 
Nicolas Thauvin
http://dalibo.com - http://dalibo.org

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Sokolov Yura
Date:
Subject: Re: [HACKERS] Fix performance degradation of contended LWLock on NUMA
Next
From: Vladimir Rusinov
Date:
Subject: Re: [HACKERS] Funny WAL corruption issue