pgsql: Include foreign tables in information_schema.table_privileges
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: pgsql-committers@postgresql.org
Date: 2017-08-15T23:41:14Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Correct representation of foreign tables in information schema
- 9b5140fb503e 11.0 cited
-
Include foreign tables in information_schema.table_privileges
- 9f0f4efc2f1e 9.3.19 cited
-
Basic foreign table support.
- 0d692a0dc9f0 9.1.0 cited
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 ------ 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(-)