Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
50cb9740
Commit
50cb9740
authored
Oct 28, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust wording to avoid giving the impression that schema USAGE
privilege hides system catalog entries.
parent
53b714d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+2
-2
No files found.
doc/src/sgml/ddl.sgml
View file @
50cb9740
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.
19 2003/09/12 22:17:22
tgl Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.
20 2003/10/28 20:18:09
tgl Exp $ -->
<chapter id="ddl">
<chapter id="ddl">
<title>Data Definition</title>
<title>Data Definition</title>
...
@@ -1728,7 +1728,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
...
@@ -1728,7 +1728,7 @@ SELECT 3 OPERATOR(pg_catalog.+) 4;
</indexterm>
</indexterm>
<para>
<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
own. To allow that, the owner of the schema needs to grant the
<literal>USAGE</literal> privilege on the schema. To allow users
<literal>USAGE</literal> privilege on the schema. To allow users
to make use of the objects in the schema, additional privileges
to make use of the objects in the schema, additional privileges
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment