Re: Writeable CTEs and side effects

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Writeable CTEs and side effects
Дата
Msg-id 1255028233.16369.100.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на Re: Writeable CTEs and side effects  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Writeable CTEs and side effects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 2009-10-08 at 12:57 -0400, Tom Lane wrote:
> I also agree with bumping the CID in between.

Do you mean bump the CID in between each DML statement, or between the
last DML statement and the main query? If the former, how should we
choose the order of execution?

I'm not sure if this is a problem, but it seems like we're essentially
allowing a complex transaction to take place in one statement. Is that
what we want?

Regards,Jeff Davis



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using results from INSERT ... RETURNING
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Using results from INSERT ... RETURNING