[COMMITTERS] pgsql: Include foreign tables in information_schema.table_privileges - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Include foreign tables in information_schema.table_privileges
Date
Msg-id E1dhlSU-0003Iz-AT@gemulon.postgresql.org
Whole thread Raw
List 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.thauvin@dalibo.com>

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3ea58216de4b26e27be8c6b23e44e275804542f2

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: psql: Add tab completion for \pset pager
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: pg_receivewal: Improve verbose mode