summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian2006-07-10 21:03:58 +0000
committerBruce Momjian2006-07-10 21:03:58 +0000
commitf0cd7647234b028d25cfd53c9376320e0ef9799b (patch)
tree53f0ef8d58748478f51e832255153f5d5280d3d1 /doc/src
parent97c3fcd9b7585abd208fdae424814df47a896d73 (diff)
Add #include code to prevent multiple inclusion.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/grant.sgml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml
index cf591aefa64..c3fb5f7a4c3 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.55 2006/07/10 16:48:46 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/grant.sgml,v 1.56 2006/07/10 21:03:58 momjian Exp $
PostgreSQL documentation
-->
@@ -272,9 +272,10 @@ GRANT <replaceable class="PARAMETER">role</replaceable> [, ...]
of privilege that is applicable to procedural languages.
</para>
<para>
- For schemas, allows the grantee to find objects contained in the
- specified schema (assuming that the objects' own privilege requirements
- are also met).
+ 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.
</para>
<para>
For sequences, this privilege allows the use of the