| От | Greg Stark |
|---|---|
| Тема | Re: [PATCHES] nested xacts and phantom Xids |
| Дата | |
| Msg-id | 874qoy5gy6.fsf@stark.xeocode.com обсуждение исходный текст |
| Ответ на | Re: [PATCHES] nested xacts and phantom Xids (Alvaro Herrera <alvherre@dcc.uchile.cl>) |
| Список | pgsql-hackers |
Alvaro Herrera <alvherre@dcc.uchile.cl> writes: > It has been suggested a couple of times that we should use a different > syntax for subtransactions than for main transactions. This would for > example allow things like > > > BEGIN; > do something; > SUBBEGIN; It might be awkward for clients like psql that will want to execute every command in a nested transaction. It would mean they would have to know whether the user has started a transaction or not in order to know whether to use "BEGIN" or "SUBBEGIN". But I guess they would have to do that anyways unless there's some protocol level way to indicate a query should be executed in a nested transaction. -- greg
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера