1
0
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:
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 <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>