|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.56 2006/07/10 21:03:58 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.57 2006/07/12 15:37:10 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -275,7 +275,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] |
275 | 275 | For schemas, allows access to objects contained in the specified |
276 | 276 | schema (assuming that the objects' own privilege requirements are |
277 | 277 | also met). Essentially this allows the grantee to <quote>look up</> |
278 | | - objects within the schema. |
| 278 | + objects within the schema. Without this permission, it is still |
| 279 | + possible to see the object names by querying the system tables, but |
| 280 | + they cannot be accessed via SQL. |
279 | 281 | </para> |
280 | 282 | <para> |
281 | 283 | For sequences, this privilege allows the use of the |
|