Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 50cb974

Browse files
committed
Adjust wording to avoid giving the impression that schema USAGE
privilege hides system catalog entries.
1 parent 53b714d commit 50cb974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.19 2003/09/12 22:17:22 tgl Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.20 2003/10/28 20:18:09 tgl Exp $ -->
22

33
<chapter id="ddl">
44
<title>Data Definition</title>
@@ -1728,7 +1728,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
17281728
</indexterm>
17291729

17301730
<para>
1731-
By default, users cannot see the objects in schemas they do not
1731+
By default, users cannot access any objects in schemas they do not
17321732
own. To allow that, the owner of the schema needs to grant the
17331733
<literal>USAGE</literal> privilege on the schema. To allow users
17341734
to make use of the objects in the schema, additional privileges

0 commit comments

Comments
 (0)