Hi,
thanks to everybody who has answered to my question. Indeed the documents
let the programmer hope that s/he gets what should be expected:
In postgresql-7.4.1/doc/html/rules-update.html it says:
For ON INSERT rules, the original query (if not suppressed by INSTEAD)
is done before any
Hi,
I think this is a bug (I hope not a feature).
Description:
The table 'tmp' gets records added, and uses a serial to fill
the attribute 'strorage_id'. The table has a rule which logs
all inserts into the table 'log'.
Problem:
For each insert into tab