From 121cf096b60d33cdaa00b991acf98db7dee9a36c Mon Sep 17 00:00:00 2001 From: asfernandes Date: Mon, 17 Mar 2014 15:18:03 +0000 Subject: [PATCH] Complement DDL triggers documentation. --- doc/sql.extensions/README.ddl_triggers.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sql.extensions/README.ddl_triggers.txt b/doc/sql.extensions/README.ddl_triggers.txt index 4a773da6b0..84a4986ea9 100644 --- a/doc/sql.extensions/README.ddl_triggers.txt +++ b/doc/sql.extensions/README.ddl_triggers.txt @@ -90,6 +90,9 @@ Semantics: 8) Packaged procedures and triggers do not fire individual {CREATE | ALTER | DROP} {PROCEDURE | FUNCTION} triggers. +Notes: + 1) COMMENT ON, GRANT and REVOKE does not fire DDL triggers. + Utilities support: DDL triggers is a type of database triggers, so the parameters -nodbtriggers (GBAK and ISQL) and -T (NBACKUP) also works for them.