diff options
Diffstat (limited to 'doc/src/sgml/ref/grant.sgml')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index cf591aefa64..c3fb5f7a4c3 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.55 2006/07/10 16:48:46 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.56 2006/07/10 21:03:58 momjian Exp $ PostgreSQL documentation --> @@ -272,9 +272,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] of privilege that is applicable to procedural languages. </para> <para> - For schemas, allows the grantee to find objects contained in the - specified schema (assuming that the objects' own privilege requirements - are also met). + 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 <quote>look up</> + objects within the schema. </para> <para> For sequences, this privilege allows the use of the |