From: Bruce Momjian Date: Wed, 12 Jul 2006 15:37:10 +0000 (+0000) Subject: Update schema USAGE permission description. X-Git-Tag: REL8_2_BETA1~583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de7e81fff411899dc1905c5085473ae9d4283230;p=postgresql Update schema USAGE permission description. --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index c3fb5f7a4c..8230f2078b 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -275,7 +275,9 @@ GRANT role [, ...] For schemas, allows access to objects contained in the specified schema (assuming that the objects' own privilege requirements are also met). Essentially this allows the grantee to look up - objects within the schema. + objects within the schema. Without this permission, it is still + possible to see the object names by querying the system tables, but + they cannot be accessed via SQL. For sequences, this privilege allows the use of the