From 9bb6d9795253bb521f81c626fea49a704a369ca9 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 13 May 2011 15:47:31 -0400 Subject: More cleanup of FOREIGN TABLE permissions handling. This commit fixes psql, pg_dump, and the information schema to be consistent with the backend changes which I made as part of commit be90032e0d1cf473bdd99aee94218218f59f29f1, and also includes a related documentation tweak. Shigeru Hanada, with slight adjustment. --- doc/src/sgml/ref/grant.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 93e83320cc6..689aba5104f 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -101,7 +101,7 @@ GRANT role_name [, ...] TO ALL - TABLES is considered to include views). + TABLES is considered to include views and foreign tables). -- cgit v1.2.3