| От | Michael Fuhr |
|---|---|
| Тема | Re: Don't understand transaction error |
| Дата | |
| Msg-id | 20050901161344.GA28602@winnie.fuhr.org обсуждение исходный текст |
| Ответ на | Don't understand transaction error ("Jonathan Villa" <jonathan@innovativesource.net>) |
| Список | pgsql-general |
On Thu, Sep 01, 2005 at 10:36:07AM -0500, Jonathan Villa wrote: > I'm getting the following error when attempting to use my application: > > ERROR: current transaction is aborted, commands ignored until end of > transaction block Some earlier command failed so the entire transaction (or subtransaction) has failed and no further commands will be allowed; you'll have to issue a ROLLBACK and then start a new transaction (or issue ROLLBACK TO SAVEPOINT if you're using savepoints, which are available in 8.0 and later). If you're doing adequate error checking then you should be able to find out which command failed and why. -- Michael Fuhr
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера