From: Tom Lane Date: Tue, 28 Oct 2003 20:18:09 +0000 (+0000) Subject: Adjust wording to avoid giving the impression that schema USAGE X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=35a214962fabd966d8b1631b7431bfa7333122f5;p=users%2Fbernd%2Fpostgres.git Adjust wording to avoid giving the impression that schema USAGE privilege hides system catalog entries. --- diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index b8b043f1f3..44cc162503 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -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