From 50cb974068ea778a170942c3183b08ff60ff9761 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 28 Oct 2003 20:18:09 +0000 Subject: [PATCH] Adjust wording to avoid giving the impression that schema USAGE privilege hides system catalog entries. --- doc/src/sgml/ddl.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 4b15809993..9b2857c1d5 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ - + Data Definition @@ -1728,7 +1728,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4; - By default, users cannot see the objects in schemas they do not + By default, users cannot access any objects in schemas they do not own. To allow that, the owner of the schema needs to grant the USAGE privilege on the schema. To allow users to make use of the objects in the schema, additional privileges -- 2.11.0