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