Re: Transactions and temp tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Transactions and temp tables
Дата
Msg-id 28137.1223472191@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Transactions and temp tables  (Emmanuel Cecchet <manu@frogthinker.org>)
Ответы Re: Transactions and temp tables  (Emmanuel Cecchet <manu@frogthinker.org>)
Список pgsql-hackers
Emmanuel Cecchet <manu@frogthinker.org> writes:
> Thanks for the example, I get it now. Does it make sense to allow any 
> request execution between PREPARE TRANSACTION and the subsequent COMMIT 
> or ROLLBACK?

Yes.  Don't even think of trying to disallow that.  The COMMIT doesn't
even have to happen in the same session, anyway.
        regards, tom lane


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pg_stop_backup wait bug fix
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: WITH RECURSIVE ... CYCLE in vanilla SQL: issues with arrays of rows