Commit 7a5d3fbd authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

STATEMENT triggers are not implemented - elog (WARN).

parent 01a89482
......@@ -86,6 +86,9 @@ CreateTrigger(CreateTrigStmt * stmt)
TRIGGER_SETT_BEFORE(tgtype);
if (stmt->row)
TRIGGER_SETT_ROW(tgtype);
else
elog (WARN, "CreateTrigger: STATEMENT triggers are unimplemented, yet");
for (i = 0; i < 3 && stmt->actions[i]; i++)
{
switch (stmt->actions[i])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment