From e4c2c796813dfb216a72bea89791b278a4e6ff41 Mon Sep 17 00:00:00 2001 From: asfernandes Date: Wed, 8 May 2013 15:47:40 +0000 Subject: [PATCH] Misc. --- doc/sql.extensions/README.ddl_triggers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.ddl_triggers.txt b/doc/sql.extensions/README.ddl_triggers.txt index 48dd00ac01..4a773da6b0 100644 --- a/doc/sql.extensions/README.ddl_triggers.txt +++ b/doc/sql.extensions/README.ddl_triggers.txt @@ -101,7 +101,7 @@ Permissions: DDL_TRIGGER context namespace: It has been introduced the DDL_TRIGGER context for usage with RDB$GET_CONTEXT. Usage of this namespace is valid only when DDL triggers are running. It's valid to use it in stored - procedures called by DDL triggers. + procedures and functions called by DDL triggers. The DDL_TRIGGER context works like a stack. Before a DDL trigger is fired, it's pushed on that stack the values relative to the executed command. After the trigger finishes, the value is popped. So in the case of cascade DDL statements, when an user DDL command fires a DDL trigger