Re: nested transactions

Поиск
Список
Период
Сортировка
От Hans-Jürgen Schönig
Тема Re: nested transactions
Дата
Msg-id 3DE5D231.7030304@cybertec.at
обсуждение исходный текст
Ответ на Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: nested transactions  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Is there going to be a way to use transactions inside transactions of 
transactions?
In other words:
   BEGIN;   BEGIN;   BEGIN;   BEGIN;
   COMMIT;   COMMIT;   COMMIT;   COMMIT;

Is there a way to have some sort of recursive solution with every 
transaction but the first one being a child transaction?
Is there a way to implement that without too much extra effort?
I just curious how that could be done.
   Hans





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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Auto Vacuum Daemon (again...)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: InitDB Failure - PostgreSQL 7.2, RedHat 7.3, compile from source