From 22b118b530154c386d850bfe533c6609568724c5 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 27 May 2006 20:24:16 +0000 Subject: TG_table_name and TG_table_schema for pl/tcl, plus regression test and docs. --- doc/src/sgml/pltcl.sgml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pltcl.sgml b/doc/src/sgml/pltcl.sgml index 2a12a5b26ad..3ffaf81fe5e 100644 --- a/doc/src/sgml/pltcl.sgml +++ b/doc/src/sgml/pltcl.sgml @@ -1,4 +1,4 @@ - + PL/Tcl - Tcl Procedural Language @@ -527,6 +527,26 @@ SELECT 'doesn''t' AS ret + + $TG_table_name + + + The name of the table that caused the trigger procedure + to be invoked. + + + + + + $TG_table_schema + + + The schema of the table that caused the trigger procedure + to be invoked. + + + + $TG_relatts -- cgit v1.2.3