From: Bruce Momjian Date: Mon, 10 Jul 2006 16:48:46 +0000 (+0000) Subject: Update schema GRANT USAGE description. X-Git-Tag: REL8_2_BETA1~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec3efa244b13df5df6b3043ecbb5a1b19936adf2;p=postgresql Update schema GRANT USAGE description. --- diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index c6073dc35e..cf591aefa6 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -272,10 +272,9 @@ GRANT role [, ...] of privilege that is applicable to procedural languages. - 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. + For schemas, allows the grantee to find objects contained in the + specified schema (assuming that the objects' own privilege requirements + are also met). For sequences, this privilege allows the use of the