Re: Command execution

Поиск
Список
Период
Сортировка
От Csaba Nagy
Тема Re: Command execution
Дата
Msg-id 1215091664.2834.123.camel@PCD12478
обсуждение исходный текст
Ответ на Command execution  (Aaron Spiteri <azzmosphere@gmail.com>)
Ответы Re: Command execution  (Aaron Spiteri <azzmosphere@gmail.com>)
Список pgsql-hackers
On Thu, 2008-07-03 at 23:15 +1000, Aaron Spiteri wrote:
> Inside foo there was a INSERT and UPDATE, and the INSERT failed but  
> the UPDATE succeeded would the UPDATE be rolled back?

Just to add to the other answers, if the INSERT is before the UPDATE in
the function, the function execution stops when the INSERT fails, and so
the UPDATE will never be executed in the first place...

Cheers,
Csaba.




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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Command execution
Следующее
От: Aaron Spiteri
Дата:
Сообщение: Re: Command execution