rule/notify bug?

Поиск
Список
Период
Сортировка
От Brett McCormickS
Тема rule/notify bug?
Дата
Msg-id 199805012045.NAA13404@abraxas.scene.com
обсуждение исходный текст
Ответы Re: [HACKERS] rule/notify bug?
Список 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Gautam H Thaker
Дата:
Сообщение: actual patch for close_ps() [file: geo_ops.c]
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] rule/notify bug?