Re: need help

Поиск
Список
Период
Сортировка
От Jim Wilson
Тема Re: need help
Дата
Msg-id twig.1093011434.7162@kelcomaine.com
обсуждение исходный текст
Ответ на need help  (Kevin Matthews <dataport10@yahoo.com>)
Список pgsql-general
Kevin Matthews said:

>  subscribe
>     end
>
> i am getting this error
>
> org.apache.jasper.JasperException: ERROR:  current transaction is aborted,
queries ignored until end of transaction block
>

This just indicates that an update failed within the current transaction
scope.  Your application needs to rollback when an update or insert fails
otherwise you will get this error message.

Best,

Jim Wilson



В списке pgsql-general по дате отправления:

Предыдущее
От: Jerry LeVan
Дата:
Сообщение: ANN:BiggerSQL-1.3.5 released. MultiMedia Aware
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq: passwords WAS: scripting & psql issues