Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec3efa2

Browse files
committed
Update schema GRANT USAGE description.
1 parent bbd41aa commit ec3efa2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/src/sgml/ref/grant.sgml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
PostgreSQL documentation
44
-->
55

@@ -272,10 +272,9 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
272272
of privilege that is applicable to procedural languages.
273273
</para>
274274
<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).
279278
</para>
280279
<para>
281280
For sequences, this privilege allows the use of the

0 commit comments

Comments
 (0)