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
2c262ea9
Commit
2c262ea9
authored
Jun 23, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a bit of markup
parent
223be216
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/src/sgml/information_schema.sgml
doc/src/sgml/information_schema.sgml
+4
-4
No files found.
doc/src/sgml/information_schema.sgml
View file @
2c262ea9
...
...
@@ -3259,7 +3259,7 @@ ORDER BY c.ordinal_position;
difference between this view
and <literal>column_privileges</literal> is that this view omits
columns that have been made accessible to the current user by way
of a grant to
public
.
of a grant to
<literal>PUBLIC</literal>
.
</para>
<table>
...
...
@@ -3342,7 +3342,7 @@ ORDER BY c.ordinal_position;
difference between this view
and <literal>routine_privileges</literal> is that this view omits
functions that have been made accessible to the current user by way
of a grant to
public
.
of a grant to
<literal>PUBLIC</literal>
.
</para>
<table>
...
...
@@ -3436,7 +3436,7 @@ ORDER BY c.ordinal_position;
difference between this view
and <literal>table_privileges</literal> is that this view omits
tables that have been made accessible to the current user by way of
a grant to
public
.
a grant to
<literal>PUBLIC</literal>
.
</para>
<table>
...
...
@@ -3520,7 +3520,7 @@ ORDER BY c.ordinal_position;
<literal>usage_privileges</literal>. The only effective difference
between this view and <literal>usage_privileges</literal> is that
this view omits objects that have been made accessible to the
current user by way of a grant to
public
.
current user by way of a grant to
<literal>PUBLIC</literal>
.
</para>
<table>
...
...
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