mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update trigger.sgml
This commit is contained in:
@ -5,9 +5,9 @@
|
|||||||
<productname>Postgres</productname> has various server-side function
|
<productname>Postgres</productname> has various server-side function
|
||||||
interfaces. Server-side functions can be written in SQL, PLPGSQL,
|
interfaces. Server-side functions can be written in SQL, PLPGSQL,
|
||||||
TCL, or C. Trigger functions can be written in any of these
|
TCL, or C. Trigger functions can be written in any of these
|
||||||
languages. Note that STATEMENT-level trigger events are not supported
|
languages except SQL. Note that STATEMENT-level trigger events are not
|
||||||
in the current version. You can currently specify BEFORE or AFTER on
|
supported in the current version. You can currently specify BEFORE or
|
||||||
INSERT, DELETE or UPDATE of a tuple as a trigger event.
|
AFTER on INSERT, DELETE or UPDATE of a tuple as a trigger event.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<sect1>
|
<sect1>
|
||||||
|
Reference in New Issue
Block a user