1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Update schema GRANT USAGE description.

This commit is contained in:
Bruce Momjian 2006-07-10 16:48:46 +00:00
parent bbd41aac44
commit ec3efa244b

View File

@ -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 PostgreSQL documentation
--> -->
@ -272,10 +272,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
of privilege that is applicable to procedural languages. of privilege that is applicable to procedural languages.
</para> </para>
<para> <para>
For schemas, allows access to objects contained in the specified For schemas, allows the grantee to find objects contained in the
schema (assuming that the objects' own privilege requirements are specified schema (assuming that the objects' own privilege requirements
also met). Essentially this allows the grantee to <quote>look up</> are also met).
objects within the schema.
</para> </para>
<para> <para>
For sequences, this privilege allows the use of the For sequences, this privilege allows the use of the