STATEMENT triggers are not implemented - elog (WARN).

This commit is contained in:
Vadim B. Mikheev 1997-09-30 09:49:54 +00:00
parent 01a89482df
commit 7a5d3fbd9b
1 changed files with 3 additions and 0 deletions

View File

@ -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])