From: Bruce Momjian Date: Thu, 20 Jul 2006 18:00:03 +0000 (+0000) Subject: Update documentation on GRANT SCEMA USAGE, again. X-Git-Tag: REL8_2_BETA1~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9652b79ae417cd10aa611b3cfdc9c8e6225555cc;p=postgresql Update documentation on GRANT SCEMA USAGE, again. --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index e7ca4d1ba9..9b1ed1aeba 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -276,8 +276,10 @@ GRANT role [, ...] schema (assuming that the objects' own privilege requirements are also met). Essentially this allows the grantee to look up objects within the schema. Without this permission, it is still - possible to see the object names, e.g. by querying the system tables, - so this is not a completely secure way to prevent object access. + possible to see the object names, e.g. by querying the system tables. + Also, after revoking this permission, existing backends might have + statements that have previously performed this lookup, so this is not + a completely secure way to prevent object access. For sequences, this privilege allows the use of the