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
3e5da0a8
Commit
3e5da0a8
authored
21 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos noted by Halley Pacheco de Oliveira.
parent
0902ece5
Loading
Loading
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 @
3e5da0a8
<!--
$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.3
8
2003/1
1/29
1
9
:5
1:38 pgsq
l Exp $
$PostgreSQL: pgsql/doc/src/sgml/ref/create_trigger.sgml,v 1.3
9
2003/1
2/01
1
7
:5
8:27 tg
l Exp $
PostgreSQL documentation
-->
...
...
@@ -33,11 +33,11 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
<command>CREATE TRIGGER</command> creates a new trigger. The
trigger will be associated with the specified table and will
execute the specified function <replaceable
class="parameter">func</replaceable> when certain events occur.
class="parameter">func
name
</replaceable> when certain events occur.
</para>
<para>
The trigger can be specified to fire either before
before
the
The trigger can be specified to fire either before the
operation is attempted on a row (before constraints are checked and
the <command>INSERT</command>, <command>UPDATE</command>, or
<command>DELETE</command> is attempted) or after the operation has
...
...
@@ -143,7 +143,7 @@ CREATE TRIGGER <replaceable class="PARAMETER">name</replaceable> { BEFORE | AFTE
</varlistentry>
<varlistentry>
<term><replaceable class="parameter">func</replaceable></term>
<term><replaceable class="parameter">func
name
</replaceable></term>
<listitem>
<para>
A user-supplied function that is declared as taking no arguments
...
...
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