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-0003J9-BG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f0f4efc2f1ebbf37c1d52cb8c983d5dad65dcd6

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

Responses

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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2017-08-15 23:41:40 Re: Foreign tables privileges not shown in information_schema.table_privileges
Previous Message Tom Lane 2017-08-15 23:23:12 Re: [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.