We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a8948 commit 7a5d3fbCopy full SHA for 7a5d3fb
src/backend/commands/trigger.c
@@ -86,6 +86,9 @@ CreateTrigger(CreateTrigStmt * stmt)
86
TRIGGER_SETT_BEFORE(tgtype);
87
if (stmt->row)
88
TRIGGER_SETT_ROW(tgtype);
89
+ else
90
+ elog (WARN, "CreateTrigger: STATEMENT triggers are unimplemented, yet");
91
+
92
for (i = 0; i < 3 && stmt->actions[i]; i++)
93
{
94
switch (stmt->actions[i])
0 commit comments