projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1145372
)
Adjust wording to avoid giving the impression that schema USAGE
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 20:18:09 +0000
(20:18 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 28 Oct 2003 20:18:09 +0000
(20:18 +0000)
privilege hides system catalog entries.
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index b8b043f1f36aabcc6a0c44e0d0e94241f7b29ad9..44cc162503f274b8f0c88edb60801d4bd743f3bb 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-1728,7
+1728,7
@@
SELECT 3 OPERATOR(pg_catalog.+) 4;
</indexterm>
<para>
- 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
<literal>USAGE</literal> privilege on the schema. To allow users
to make use of the objects in the schema, additional privileges