The RULE infrastructure permits the programmer to specify a series of
commands in the DO action
from the syntax diagram in the manual :
CREATE [ OR REPLACE ] RULE name AS ON event
TO table [ WHERE condition ]
DO [ ALSO | INSTEAD ] { NOTHING | command | ( command ; command ... ) }
The
On 5/30/24 4:56 PM, David G. Johnston wrote:
Very little interest exists in working on user-specified rules. They
are practically deprecated.
Ah - pity - see my last comment to Adrian's
Any interest in perhaps providing a choice via a configuration
parameter?
If anythi