From f0cd7647234b028d25cfd53c9376320e0ef9799b Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Mon, 10 Jul 2006 21:03:58 +0000
Subject: Add #include code to prevent multiple inclusion.
---
doc/src/sgml/ref/grant.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
(limited to 'doc/src')
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 @@
@@ -272,9 +272,10 @@ GRANT role [, ...]
of privilege that is applicable to procedural languages.
- 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 look up>
+ objects within the schema.
For sequences, this privilege allows the use of the
--
cgit v1.2.3