Re: [SQL] Nested BEGIN...COMMIT transactions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [SQL] Nested BEGIN...COMMIT transactions
Дата
Msg-id Pine.LNX.4.21.0002280051270.2468-100000@localhost.localdomain
обсуждение исходный текст
Ответ на Nested BEGIN...COMMIT transactions  (mpg4@duluoz.net)
Список pgsql-sql
mpg4@duluoz.net writes:

> What's the behavior of nested sets of BEGIN ... COMMIT blocks? 

You can't nest them. (Second BEGIN will fail.)


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




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [SQL] Rule (which multiple actions) problem with history table.....
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [SQL] INSERT w/o variable names for a SERIAL type?