From 59702716324ab9c07b02fb005dcf14c7f48c4632 Mon Sep 17 00:00:00 2001
From: Kevin Grittner
Date: Fri, 31 Mar 2017 23:30:08 -0500
Subject: 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
---
doc/src/sgml/ref/create_trigger.sgml | 5 +++++
1 file changed, 5 insertions(+)
(limited to 'doc')
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 column_name1 [, column_name2
The (unqualified) name to be used within the trigger for this relation.
+
+
+ So far only triggers written in C or PL/pgSQL support this.
+
+
--
cgit v1.2.3