8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

Complement DDL triggers documentation.

This commit is contained in:
asfernandes 2014-03-17 15:18:03 +00:00
parent a785bdf92d
commit 121cf096b6

View File

@ -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.