summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKevin Grittner2017-04-01 04:30:08 +0000
committerKevin Grittner2017-04-01 04:30:08 +0000
commit59702716324ab9c07b02fb005dcf14c7f48c4632 (patch)
treecad4433c77c30b2d0812a78f76ffdca58ebd65a2 /doc
parent18ce3a4ab22d2984f8540ab480979c851dae5338 (diff)
Add transition table support to plpgsql.
Kevin Grittner and Thomas Munro Reviewed by Heikki Linnakangas, David Fetter, and Thomas Munro with valuable comments and suggestions from many others
Diffstat (limited to 'doc')
-rw-r--r--doc/src/sgml/ref/create_trigger.sgml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/create_trigger.sgml b/doc/src/sgml/ref/create_trigger.sgml
index c9a9fa6ba2d..e22e42e7dcf 100644
--- a/doc/src/sgml/ref/create_trigger.sgml
+++ b/doc/src/sgml/ref/create_trigger.sgml
@@ -322,6 +322,11 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
<para>
The (unqualified) name to be used within the trigger for this relation.
</para>
+ <note>
+ <para>
+ So far only triggers written in C or PL/pgSQL support this.
+ </para>
+ </note>
</listitem>
</varlistentry>