Is there a way (in plpgsql) to know if an insert, update or deleteinstruction was successful without having to run a select statementafter either one?
Something like an error flag, a set of instructions, a process...
Thanks again.