Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
dbd1c1ab
Commit
dbd1c1ab
authored
19 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Documentation fix: s/event_object_name/event_object_table/g
parent
aaa3dfd2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/information_schema.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/information_schema.sgml
with
3 additions
and
3 deletions
doc/src/sgml/information_schema.sgml
+
3
−
3
View file @
dbd1c1ab
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
2
2005/1
0/15 20:12:32 neilc
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/information_schema.sgml,v 1.2
3
2005/1
2/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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment