Rules and Command Status - update/insert/delete rule with series of commands in action

2024-05-30 Thread johnlu...@hotmail.com
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

Re: Rules and Command Status - update/insert/delete rule with series of commands in action

2024-05-30 Thread johnlu...@hotmail.com
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