If I issue a DELETE/UPDATE/INSERT query, is there anyway to get a result set
of the records modified/inserted/deleted?
When using Database Desktop (part of Delphi) against Paradox tables, I get
such a result set, and it's very handy to know what's changed, is this
possible under postgres?
Mark