"Tambet Matiisen" <[EMAIL PROTECTED]> writes: > I have a view and update rule on it, which updates another table. Now I would like >to call a function, after update of the table is done. Also the function must be >called in the same transaction as update. I tried to define an additional update rule >on the view, but doing a SELECT in update rule spoils the affected records count:
Try 7.3, we changed the rules about returned records count. http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/rules-status.html regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])