Re: current transaction is aborted, commands ignored until
От
Thomas Kellerer
Тема
Re: current transaction is aborted, commands ignored until
Дата
Msg-id
d41ds6$hpt$1@sea.gmane.org
Ответ на
Re: current transaction is aborted, commands ignored until (Joshua D. Drake)
Список
Дерево обсуждения
current transaction is aborted, commands ignored until end of transaction... Thomas Kellerer <spam_eater@gmx.net>
Re: current transaction is aborted, commands ignored Scott Marlowe <smarlowe@g2switchworks.com>
Re: current transaction is aborted, commands ignored Thomas Kellerer <spam_eater@gmx.net>
Re: current transaction is aborted, commands ignored until "Joshua D. Drake" <jd@commandprompt.com>
Re: current transaction is aborted, commands ignored until Thomas Kellerer <spam_eater@gmx.net>
Re: current transaction is aborted, commands ignored until Kris Jurka <books@ejurka.com>
Re: current transaction is aborted, commands ignored until Thomas Kellerer <spam_eater@gmx.net>
Joshua D. Drake wrote on 19.04.2005 00:21: >> 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. The problem is, that I need to support several different DBMS and only for handling Postgres stuff I don't really want to introduce this. >> Is there a setting where I can control this behaviour? > > If you can turn on autocommit with JDBC that will help. Hmm not really an option as well (I don't really have control over the transaction handling at that point). Thanks for your answer Thoams
В списке pgsql-general по дате отправления