From a8e44f0b1bb02aac86a654bbb7474b1569769758 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 Jul 2006 18:42:31 +0000 Subject: [PATCH] Update GRANT USAGE on schema permission description. --- doc/src/sgml/ref/grant.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ref/grant.sgml b/doc/src/sgml/ref/grant.sgml index 8230f2078b..e7ca4d1ba9 100644 --- a/doc/src/sgml/ref/grant.sgml +++ b/doc/src/sgml/ref/grant.sgml @@ -1,5 +1,5 @@ @@ -276,8 +276,8 @@ GRANT role [, ...] schema (assuming that the objects' own privilege requirements are also met). Essentially this allows the grantee to look up objects within the schema. Without this permission, it is still - possible to see the object names by querying the system tables, but - they cannot be accessed via SQL. + possible to see the object names, e.g. by querying the system tables, + so this is not a completely secure way to prevent object access. For sequences, this privilege allows the use of the -- 2.50.0