Re: [SQL] NOTICE: (transaction aborted): queries ignored until END

Поиск
Список
Период
Сортировка
От neko@kredit.sth.szif.hu
Тема Re: [SQL] NOTICE: (transaction aborted): queries ignored until END
Дата
Msg-id Pine.LNX.4.10.9912191035340.2754-100000@kredit.sth.szif.hu
обсуждение исходный текст
Ответ на NOTICE: (transaction aborted): queries ignored until END  (Alex Guryanow <gav@nlr.ru>)
Список pgsql-general
On Sun, 19 Dec 1999, Alex Guryanow wrote:
>                 NOTICE:  (transaction aborted): queries ignored until
> What means this message? And why this happens?
If an error occured inside a transaction, the whole transaction will be
droped. If the first query fails it is the simplest way to do nothing with
subsequent querys. (and the first action of course will be rollbacked)

If you want know what happend, you need look for the error message, before
the first "transaction aborted" notice.

--
 nek;(


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

Предыдущее
От: Mike Mascari
Дата:
Сообщение: Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END
Следующее
От: Elmar.Haneke@gmx.de
Дата:
Сообщение: Re: [GENERAL] making 'like' queries quicker