sql DO in rule 9.0rc1 - Mailing list pgsql-general

From A.M.
Subject sql DO in rule 9.0rc1
Date
Msg-id 437E7B75-2FC6-4290-B01B-0FF8802BA6B6@themactionfaction.com
Whole thread Raw
Responses Re: sql DO in rule 9.0rc1  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-general
Is there a technical limitation which prevents DO from being used in rules or am I missing something with this?

CREATE RULE test_update AS ON UPDATE TO test DO INSTEAD DO $$
                
                 BEGIN;
                                        
                 RAISE NOTICE 'hello';
                                        
                 END;
                                        
               $$;

Cheers,
M

pgsql-general by date:

Previous
From: "tamanna madaan"
Date:
Subject: Re: error while autovacuuming
Next
From: "tamanna madaan"
Date:
Subject: Re: error while autovacuuming