diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-12 15:37:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-12 15:37:10 +0000 |
commit | de7e81fff411899dc1905c5085473ae9d4283230 (patch) | |
tree | 29479e85cc89c10a0f6e7685035038bccb8aefba | |
parent | 9e196d7c9217407db54780cbc570055b6465daaa (diff) | |
download | postgresql-de7e81fff411899dc1905c5085473ae9d4283230.tar.gz postgresql-de7e81fff411899dc1905c5085473ae9d4283230.zip |
Update schema USAGE permission description.
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index c3fb5f7a4c3..8230f2078bf 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.56 2006/07/10 21:03:58 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.57 2006/07/12 15:37:10 momjian Exp $ PostgreSQL documentation --> @@ -275,7 +275,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] 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. + objects within the schema. Without this permission, it is still + possible to see the object names by querying the system tables, but + they cannot be accessed via SQL. </para> <para> For sequences, this privilege allows the use of the |