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
2ceee7a2
Commit
2ceee7a2
authored
24 years ago
by
Thomas G. Lockhart
Browse files
Options
Downloads
Patches
Plain Diff
Fix inconsistancies in field names. From Tom Samplonius <tom@sdf.com>.
parent
aebfaf78
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/create_trigger.sgml
+4
-4
4 additions, 4 deletions
doc/src/sgml/ref/create_trigger.sgml
with
4 additions
and
4 deletions
doc/src/sgml/ref/create_trigger.sgml
+
4
−
4
View file @
2ceee7a2
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.1
0
2000/0
4/07 19:20:48 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.1
1
2000/0
9/12 05:30:06 thomas
Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -63,7 +63,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
...
@@ -63,7 +63,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<varlistentry>
<term><replaceable class="parameter">func
name
</replaceable></term>
<term><replaceable class="parameter">func</replaceable></term>
<listitem>
<listitem>
<para>
<para>
A user-supplied function.
A user-supplied function.
...
@@ -110,8 +110,8 @@ CREATE
...
@@ -110,8 +110,8 @@ CREATE
<para>
<para>
<command>CREATE TRIGGER</command> will enter a new trigger into the current
<command>CREATE TRIGGER</command> will enter a new trigger into the current
data base. The trigger will be associated with the relation
data base. The trigger will be associated with the relation
<replaceable class="parameter">
relnam
e</replaceable> and will execute
<replaceable class="parameter">
tabl
e</replaceable> and will execute
the specified function <replaceable class="parameter">func
name
</replaceable>.
the specified function <replaceable class="parameter">func</replaceable>.
</para>
</para>
<para>
<para>
...
...
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