mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Update trigger.sgml
This commit is contained in:
parent
21258c35a0
commit
52d95db1a3
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue