Re: Now PostgreSQL recovers from errors within trns

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Now PostgreSQL recovers from errors within trns
Дата
Msg-id 9572.965056083@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Now PostgreSQL recovers from errors within trns  (hstenger@adinet.com.uy)
Список pgsql-hackers
hstenger@adinet.com.uy writes:
> My goal is to make the backend accept erroneous commands, not falling
> in *ABORT STATE*, but rolling back automatically, & continue accepting
> commands.

The way you're doing it, you might as well just not use transaction
blocks at all.  I don't think wiping out the effects of all preceding
commands within the transaction counts as "recovering from an error".
        regards, tom lane


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: quiet? Re: The query cache - first snapshot (long)
Следующее
От: hstenger@adinet.com.uy
Дата:
Сообщение: Re: Now PostgreSQL recovers from errors within trns