diff options
author | Bruce Momjian | 2006-07-10 16:48:46 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-07-10 16:48:46 +0000 |
commit | 9d7717e3adc0f2dc542aa4afb9293b470fcf108c (patch) | |
tree | d9bfc87ae78ad189f45da7fb610a26ba87731937 | |
parent | 08d8fc7345a9a4ce71215a37daa400b73203d665 (diff) |
Update schema GRANT USAGE description.
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 2b950e089b..39647e980b 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -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 |