Hi guys,I'm writing a simple Plpgsql function to delete some data from different tables.The function starts with a select, and then 2 deletes after that.How can I return the number of rows that each delete performed?
The pl/pgsql chapter named: "Basic Statements - Obtaining the Result Status" sounds like a good place to look...
Here's a link:
David J.