Are procedures not allowed to commit/rollback if they are called within in an outer transaction?
Also, I tried putting a `start transaction` command in the procedure. I got another error: `unsupported transaction command in PL/pgSQL`. Are procedures not allowed to start transactions? Or is there another command?
David J.