Simon Riggs <[EMAIL PROTECTED]> writes: > On Tue, 2006-10-03 at 11:04 -0400, Tom Lane wrote: >> This is the long-ago-agreed-to behavior, see >> http://www.postgresql.org/docs/8.1/static/rules-status.html
> Understood this is not-a-bug, but it is an opportunity for the TODO. > IMHO when we have a set of mutually exclusive conditional RULEs that it > would be possible to identify the correct return value and display it. What makes you think there is a single "correct" return value? If multiple rows are being inserted/updated it's entirely possible that some of them will be in different child partitions. If we were interested in changing the status behavior, I'd be inclined to think about something like adding up the rowcounts from all the replacement queries that're of the same type as the original. However, I have some recollection that this was proposed and shot down in the discussions that led to the current solution --- as a counterexample consider an ON INSERT DO ALSO that inserts rows into a logging table. This should be hidden from the user but would not be if we added its effects to the result tag. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly