diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-05-13 15:47:31 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-05-13 15:51:03 -0400 |
commit | 9bb6d9795253bb521f81c626fea49a704a369ca9 (patch) | |
tree | cce2147cee0d333659c83f2bfaebd7d28e942ca7 /doc/src | |
parent | c5ab8425be07f6a866ce84dc03f87d6924421e72 (diff) | |
download | postgresql-9bb6d9795253bb521f81c626fea49a704a369ca9.tar.gz postgresql-9bb6d9795253bb521f81c626fea49a704a369ca9.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <replaceable class="PARAMETER">role_name</replaceable> [, ...] TO <replace There is also an option to grant privileges on all objects of the same type within one or more schemas. This functionality is currently supported only for tables, sequences, and functions (but note that <literal>ALL - TABLES</> is considered to include views). + TABLES</> is considered to include views and foreign tables). </para> <para> |