mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Update GRANT USAGE on schema permission description.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.57 2006/07/12 15:37:10 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.58 2006/07/19 18:42:31 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -276,8 +276,8 @@ 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 by querying the system tables, but
|
possible to see the object names, e.g. by querying the system tables,
|
||||||
they cannot be accessed via SQL.
|
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
|
||||||
|
Reference in New Issue
Block a user