Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21258c3

Browse files
committed
Clean up trigger sgml docs.
1 parent362a0f6 commit21258c3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

‎doc/src/sgml/trigger.sgml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<title>Triggers</title>
33

44
<para>
5-
<productname>Postgres</productname> has various client interfaces
6-
such as Perl, Tcl, Python and C, as well as three
7-
<firstterm>Procedural Languages</firstterm>
8-
(PL). It is also possible
9-
to call C functions as trigger actions. Note that STATEMENT-level trigger
10-
events are not supported in the current version. You can currently specify
11-
BEFORE or AFTER on INSERT, DELETE or UPDATE of a tuple as a trigger event.
5+
<productname>Postgres</productname> has various server-side function
6+
interfaces. Server-side functions can be written in SQL, PLPGSQL,
7+
TCL, or C. Trigger functions can be written in any of these
8+
languages. Note that STATEMENT-level trigger events are not supported
9+
in the current version. You can currently specify BEFORE or AFTER on
10+
INSERT, DELETE or UPDATE of a tuple as a trigger event.
1211
</para>
1312

1413
<sect1>
@@ -98,7 +97,7 @@ CREATE TRIGGER <replaceable>trigger</replaceable> [ BEFORE | AFTER ] [ INSERT |
9897
<term><replaceable>procedure</replaceable></term>
9998
<listitem>
10099
<para>
101-
The procedure name is theCfunction called.
100+
The procedure name is the function called.
102101
</para>
103102
</listitem>
104103
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp