diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-10 16:48:46 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-10 16:48:46 +0000 |
commit | ec3efa244b13df5df6b3043ecbb5a1b19936adf2 (patch) | |
tree | d72eb3dc03177c657dbaedb0866d75ab1d807a2d | |
parent | bbd41aac44c8b561aff9ccd21f42a1d2720f8e88 (diff) | |
download | postgresql-ec3efa244b13df5df6b3043ecbb5a1b19936adf2.tar.gz postgresql-ec3efa244b13df5df6b3043ecbb5a1b19936adf2.zip |
Update schema GRANT USAGE description.
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index c6073dc35e4..cf591aefa64 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.54 2006/04/30 21:15:33 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.55 2006/07/10 16:48:46 momjian Exp $ PostgreSQL documentation --> @@ -272,10 +272,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] of privilege that is applicable to procedural languages. </para> <para> - 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. + For schemas, allows the grantee to find objects contained in the + specified schema (assuming that the objects' own privilege requirements + are also met). </para> <para> For sequences, this privilege allows the use of the |