Re: [SQL] Calling Functions in RULEs

2005-05-23 Thread KÖPFERL Robert
considdered CASTs? These are just ideas |-Original Message- |From: Jan B. [mailto:[EMAIL PROTECTED] |Sent: Sonntag, 22. Mai 2005 11:24 |To: [email protected] |Subject: [SQL] Calling Functions in RULEs | | |Hello, | |I would like to call multiple PL/pgSQL procedures (i.e. functions

[SQL] Calling Functions in RULEs

2005-05-22 Thread Jan B.
Hello, I would like to call multiple PL/pgSQL procedures (i.e. functions returning void) from INSERT, UPDATE and DELETE RULEs. Using "SELECT some_procedure();" is a possible way to do that, but it causes a dummy result table to be delivered to the application invoking the INSERT/UPDATE/DELET