Re: wCTE behaviour

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: wCTE behaviour
Дата
Msg-id 1289772874.21519.12.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: wCTE behaviour  (Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>)
Список pgsql-hackers
On tor, 2010-11-11 at 19:35 +0200, Marko Tiikkaja wrote:
> I apologize, I had misunderstood what you are suggesting.  But now  
> that I do, it seems to be an even worse idea to go your way.  Based on  
> my research, I'm almost certain that the SQL standard says that the  
> execution order is deterministic if there is at least one DML  
> statement in the WITH list.
> 
> Can anyone confirm this?

SQL:2008 doesn't allow any DML in the WITH list.

SQL:2011 has the "combined data store and retrieval" feature that was
discussed in another thread which basically implements the same thing.
They apparently avoid the whole issue by allowing only one data change
delta table per query.




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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Count backend self-sync calls
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Instrument checkpoint sync calls