Re: [SQL] transaction aborted

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [SQL] transaction aborted
Дата
Msg-id Pine.LNX.4.21.0001291208060.364-100000@localhost.localdomain
обсуждение исходный текст
Ответ на transaction aborted  (Mark Wilson <mwilson@sundog.larc.nasa.gov>)
Список pgsql-sql
On 2000-01-27, Mark Wilson mentioned:

> Hello,
> 
> Can anyone give me a more detailed explanation of what's going on?  I'm
> getting the following error during a series of database inserts:]
> 
> NOTICE:  (transaction aborted): queries ignored until END

One of your inserts failed (check the error messages) and therefore the
transaction in progress was aborted. In order to continue, you must
explicitly roll it back (ROLLBACK command).

-- 
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden




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

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [HACKERS] Help with pl/pgsql, triggers, and foreign keys
Следующее
От: Mark Volpe
Дата:
Сообщение: inet/cidr - can this be done?