I'm writing some stuff in PL/pgsql (actually, a lot of stuff). I have
a question: At various times, it does UPDATEs. Is there a way to tell
if the UPDATE actually affected any rows or not? I couldn't see how
to get UPDATE to return anything.
Thanks for any tips.