Re: Feature discussion: Should syntax errors abort a transaction?

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Feature discussion: Should syntax errors abort a transaction?
Дата
Msg-id js4c70$se5$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Feature discussion: Should syntax errors abort a transaction?  (Craig Ringer <craig@postnewspapers.com.au>)
Ответы Re: Feature discussion: Should syntax errors abort a transaction?  (Rafal Pietrak <rafal@zorro.isa-geek.com>)
Список pgsql-general
On 2012-06-19, Rafal Pietrak <rafal@zorro.isa-geek.com> wrote:

> And we are talking about interractive psql breaking transaction because
> of syntax error - almost always this is a one time typo. I'd prefere it
> to be a bit more "sloopy", then deployed SQL application (e.g.
> non-interactive session).

possibly you could program keyboard macros to handle savepoints to
have an easy way to recover from these errors, but if you're working on a
busy database keeping a transaction open whislt you think about syntax
is going to cost perfromance for the other users.


--
⚂⚃ 100% natural

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Extensions and roles for access administration
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: error handling