diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-19 18:42:31 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-19 18:42:31 +0000 |
commit | a8e44f0b1bb02aac86a654bbb7474b1569769758 (patch) | |
tree | 5636af4e52ca33d8097547227115d78032b6eaa4 /doc/src | |
parent | c28fbd45890469f1e7073ca19f42cbdd308a99be (diff) |
Update GRANT USAGE on schema permission description.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/grant.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 8230f2078bf..e7ca4d1ba94 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.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 --> @@ -276,8 +276,8 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] schema (assuming that the objects' own privilege requirements are also met). Essentially this allows the grantee to <quote>look up</> 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. + 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. </para> <para> For sequences, this privilege allows the use of the |