rule/notify bug?

From: Brett McCormickS <brett(at)abraxas(dot)scene(dot)com>
To: pgsql-hackers(at)hub(dot)org
Subject: rule/notify bug?
Date: 1998-05-01 20:45:32
Message-ID: 199805012045.NAA13404@abraxas.scene.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


create rule radius1 as on update to user where (current.usrppp <> new.usrppp) do notify radius;

update user set usrname = 'Brett McCormick' where usrid = 'brett';
NOTIFY

the notification comes through on the radius relation (which, interestingly, doesn't exist)

linux 2.0.33, postgresql 6.3.2..
should I be filling out a bug report? ;)
or just using gdb

creating the table & dropping and recreating the rule has no effect

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1998-05-01 22:23:23 Re: [HACKERS] rule/notify bug?
Previous Message Park, Chul-Su 1998-05-01 19:20:12 [Q] exit(0) in C examples