Hello folks,
I would like suggest to add an ALSO keyword to the CREATE RULE
syntax, so as to allow :
CREATE RULE foo AS
ON DELETE TO bla
DO ALSO ...;
The semantics would not change wrt without this keyword, but it would make
it clearer that in this case the initial query is ALSO performed, as the
INSTEAD keywords which tells that it is not.
--
Fabien COELHO _____ fabien(at)coelho(dot)net _____ http://www.coelho.net
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2003-11-04 15:31:39 |
| Subject: Re: Experimental patch for inter-page delay in VACUUM |
| Previous: | From: John Ireland | Date: 2003-11-04 15:06:09 |
| Subject: Re: pg_clog woes with 7.3.2 - Episode 2 |