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
dbd1c1ab
Commit
dbd1c1ab
authored
Dec 08, 2005
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Documentation fix: s/event_object_name/event_object_table/g
parent
aaa3dfd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/information_schema.sgml
doc/src/sgml/information_schema.sgml
+3
-3
No files found.
doc/src/sgml/information_schema.sgml
View file @
dbd1c1ab
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
2 2005/10/15 20:12:32 neilc
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
3 2005/12/08 20:48:10 petere
Exp $ -->
<chapter id="information-schema">
<title>The Information Schema</title>
...
...
@@ -3822,7 +3822,7 @@ ORDER BY c.ordinal_position;
</row>
<row>
<entry><literal>event_object_
nam
e</literal></entry>
<entry><literal>event_object_
tabl
e</literal></entry>
<entry><type>sql_identifier</type></entry>
<entry>Name of the table that the trigger is defined on</entry>
</row>
...
...
@@ -3901,7 +3901,7 @@ ORDER BY c.ordinal_position;
event. As a consequence of these two issues, the primary key of
the view <literal>triggers</literal> is really
<literal>(trigger_catalog, trigger_schema, trigger_name,
event_object_
nam
e, event_manipulation)</literal> instead of
event_object_
tabl
e, event_manipulation)</literal> instead of
<literal>(trigger_catalog, trigger_schema, trigger_name)</literal>,
which is what the SQL standard specifies. Nonetheless, if you
define your triggers in a manner that conforms with the SQL
...
...
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