提交 64e6b5b8 authored 作者: noelgrandin's avatar noelgrandin

document QUEUE parameter to CREATE TRIGGER

上级 cda72762
...@@ -640,6 +640,8 @@ Committing or rolling back a transaction within a trigger is not allowed, except ...@@ -640,6 +640,8 @@ Committing or rolling back a transaction within a trigger is not allowed, except
By default a trigger is called once for each statement, without the old and new rows. By default a trigger is called once for each statement, without the old and new rows.
FOR EACH ROW triggers are called once for each inserted, updated, or deleted row. FOR EACH ROW triggers are called once for each inserted, updated, or deleted row.
QUEUE is implemented for syntax compatibility with HSQL and has no effect.
The trigger need to be created in the same schema as the table. The trigger need to be created in the same schema as the table.
The schema name does not need to be specified when creating the trigger. The schema name does not need to be specified when creating the trigger.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论