Verifying transaction success
Alfonso Peniche <alfonso@iteso.mx>
From: Alfonso Peniche <alfonso@iteso.mx>
To: pgsql-general@postgresql.org
Date: 2001-02-03T00:37:28Z
Lists: pgsql-general
Is there a way (in plpgsql) to know if an insert, update or delete instruction was successful without having to run a select statement after either one? Something like an error flag, a set of instructions, a process... Thanks again.