On Tue, 2007-02-20 at 04:53, Altaf Malik wrote:
> You can either commit or rollback the transaction when you encounter
> an SQL error. This will alow the next statements to execute
> successfully.
You can't commit after an error in PostgreSQL unless you've rolled back
to a savepoint from before the error.