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
024ea25c
Commit
024ea25c
authored
Nov 22, 2011
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small markup and wording improvement
parent
2d2841a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/information_schema.sgml
doc/src/sgml/information_schema.sgml
+5
-4
No files found.
doc/src/sgml/information_schema.sgml
View file @
024ea25c
...
...
@@ -3331,7 +3331,7 @@ ORDER BY c.ordinal_position;
referential (foreign key) constraints in the current database.
Only those constraints are shown for which the current user has
write access to the referencing table (by way of being the
owner or having some privilege other than
SELECT
).
owner or having some privilege other than
<literal>SELECT</literal>
).
</para>
<table>
...
...
@@ -5220,7 +5220,7 @@ ORDER BY c.ordinal_position;
<para>
The view <literal>table_constraints</literal> contains all
constraints belonging to tables that the current user owns or has
some
non-SELECT privilege
on.
some
privilege other than <literal>SELECT</literal>
on.
</para>
<table>
...
...
@@ -5513,7 +5513,8 @@ ORDER BY c.ordinal_position;
view <literal>triggered_update_columns</literal> identifies these
columns. Triggers that do not specify a column list are not
included in this view. Only those columns are shown that the
current user owns or has some non-SELECT privilege on.
current user owns or has some privilege other than
<literal>SELECT</literal> on.
</para>
<table>
...
...
@@ -5584,7 +5585,7 @@ ORDER BY c.ordinal_position;
<para>
The view <literal>triggers</literal> contains all triggers defined
in the current database on tables and views that the current user owns
or has some
non-SELECT privilege
on.
or has some
privilege other than <literal>SELECT</literal>
on.
</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