Aleksandr Vinokurov wrote:
>
> Logging will be done with this rule:
>
> create or replace rule chuwee_rule as on insert to chuwee
> do insert into chuwee_log (num, mesg)
> values (new.num, new.mesg);
Don't do logging with rules, do logging with triggers.
See mailing-list archives for details.
--
Richard Huxton
Archonet Ltd