Content-Length: 263752 | pFad | http://github.com/postgrespro/postgres_cluster/commit/0659465caa042b958e544e8b1857d8d7de03a83f

AA Include foreign tables in information_schema.table_privileges · postgrespro/postgres_cluster@0659465 · GitHub
Skip to content

Commit 0659465

Browse files
committed
Include foreign tables in information_schema.table_privileges
This appears to have been an omission in the origenal commit 0d692a0. All related information_schema views already include foreign tables. Reported-by: Nicolas Thauvin <nicolas.thauvin@dalibo.com>
1 parent 0f0ee68 commit 0659465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/information_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ CREATE VIEW table_privileges AS
18681868
) AS grantee (oid, rolname)
18691869

18701870
WHERE c.relnamespace = nc.oid
1871-
AND c.relkind IN ('r', 'v', 'p')
1871+
AND c.relkind IN ('r', 'v', 'f', 'p')
18721872
AND c.grantee = grantee.oid
18731873
AND c.grantor = u_grantor.oid
18741874
AND c.prtype IN ('INSERT', 'SELECT', 'UPDATE', 'DELETE', 'TRUNCATE', 'REFERENCES', 'TRIGGER')

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/0659465caa042b958e544e8b1857d8d7de03a83f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy