|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.54 2006/04/30 21:15:33 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.55 2006/07/10 16:48:46 momjian Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -272,10 +272,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...] |
272 | 272 | of privilege that is applicable to procedural languages. |
273 | 273 | </para> |
274 | 274 | <para> |
275 | | - For schemas, allows access to objects contained in the specified |
276 | | - schema (assuming that the objects' own privilege requirements are |
277 | | - also met). Essentially this allows the grantee to <quote>look up</> |
278 | | - objects within the schema. |
| 275 | + For schemas, allows the grantee to find objects contained in the |
| 276 | + specified schema (assuming that the objects' own privilege requirements |
| 277 | + are also met). |
279 | 278 | </para> |
280 | 279 | <para> |
281 | 280 | For sequences, this privilege allows the use of the |
|