From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: current transaction is aborted, commands ignored until |
Date: | 2005-04-18 22:21:14 |
Message-ID: | 426432DA.8040400@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thomas Kellerer wrote:
> Hello,
>
> I'm having a bit of trouble with the error message from the subject. Is
> there a way to simply go on with my commands if I hit this error?
Only if you are using savepoints (nested transactions) otherwise you
must rollback.
> Is this a problem with the JDBC interface that I'm using, or is this a
> general Postgres problem?
I do not know if the JDBC interface supports savepoints.
>
> Is there a setting where I can control this behaviour?
If you can turn on autocommit with JDBC that will help.
SIncerely,
Joshua D. Drake
>
> I'm using 8.0.2 on Windows 2000 (and XP)
>
> Thanks for your help
> Thomas
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
--
Your PostgreSQL solutions company - Command Prompt, Inc. 1.800.492.2240
PostgreSQL Replication, Consulting, Custom Programming, 24x7 support
Managed Services, Shared and Dedication Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2005-04-18 22:26:36 | Re: current transaction is aborted, commands ignored |
Previous Message | Thomas Kellerer | 2005-04-18 22:09:27 | current transaction is aborted, commands ignored until end of transaction... |