pgsql: Include foreign tables in information_schema.table_privileges

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include foreign tables in information_schema.table_privileges
Date: 2017-08-15 23:41:14
Message-ID: E1dhlSU-0003J6-BC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include foreign tables in information_schema.table_privileges

This appears to have been an omission in the original commit
0d692a0dc9f. All related information_schema views already include
foreign tables.

Reported-by: Nicolas Thauvin <nicolas(dot)thauvin(at)dalibo(dot)com>

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52427015ad8fcef1a5803db2c032847e82eca26e

Modified Files
--------------
src/backend/catalog/information_schema.sql | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-08-16 00:27:31 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.
Previous Message Tom Lane 2017-08-15 23:23:12 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.