Commit 9652b79a authored by Bruce Momjian's avatar Bruce Momjian

Update documentation on GRANT SCEMA USAGE, again.

parent 11f6d2fc
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.58 2006/07/19 18:42:31 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.59 2006/07/20 18:00:03 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -276,8 +276,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] ...@@ -276,8 +276,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
schema (assuming that the objects' own privilege requirements are schema (assuming that the objects' own privilege requirements are
also met). Essentially this allows the grantee to <quote>look up</> also met). Essentially this allows the grantee to <quote>look up</>
objects within the schema. Without this permission, it is still objects within the schema. Without this permission, it is still
possible to see the object names, e.g. by querying the system tables, possible to see the object names, e.g. by querying the system tables.
so this is not a completely secure way to prevent object access. Also, after revoking this permission, existing backends might have
statements that have previously performed this lookup, so this is not
a completely secure way to prevent object access.
</para> </para>
<para> <para>
For sequences, this privilege allows the use of the For sequences, this privilege allows the use of the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment