1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-24 14:22:24 +03:00

Update trigger.sgml

This commit is contained in:
Bruce Momjian
2000-05-17 18:30:02 +00:00
parent 21258c35a0
commit 52d95db1a3

View File

@ -5,9 +5,9 @@
<productname>Postgres</productname> has various server-side function
interfaces. Server-side functions can be written in SQL, PLPGSQL,
TCL, or C. Trigger functions can be written in any of these
languages. Note that STATEMENT-level trigger events are not supported
in the current version. You can currently specify BEFORE or AFTER on
INSERT, DELETE or UPDATE of a tuple as a trigger event.
languages except SQL. Note that STATEMENT-level trigger events are not
supported in the current version. You can currently specify BEFORE or
AFTER on INSERT, DELETE or UPDATE of a tuple as a trigger event.
</para>
<sect1>