Re: SQL2011 and writeable CTE
От
Peter Eisentraut
Тема
Re: SQL2011 and writeable CTE
Дата
Msg-id
1289157012.15931.21.camel@vanquo.pezone.net
Ответ на
SQL2011 and writeable CTE (Hitoshi Harada)
Список
Дерево обсуждения
SQL2011 and writeable CTE Hitoshi Harada <umi.tanuki@gmail.com>
Re: SQL2011 and writeable CTE Peter Eisentraut <peter_e@gmx.net>
Re: SQL2011 and writeable CTE Hitoshi Harada <umi.tanuki@gmail.com>
Re: SQL2011 and writeable CTE Peter Eisentraut <peter_e@gmx.net>
Re: SQL2011 and writeable CTE Pavel Stehule <pavel.stehule@gmail.com>
Re: SQL2011 and writeable CTE Hitoshi Harada <umi.tanuki@gmail.com>
Re: SQL2011 and writeable CTE Hitoshi Harada <umi.tanuki@gmail.com>
Re: SQL2011 and writeable CTE Pavel Stehule <pavel.stehule@gmail.com>
On sön, 2010-11-07 at 21:28 +0900, Hitoshi Harada wrote: > I've read this Peter's post: > > http://petereisentraut.blogspot.com/2010/04/news-from-sql-standard.html > > which says in SQL2011 has a new feature: > > > Combined data change and retrieval. PostgreSQL does something like this with RETURNING, but this feature is more elaborate and allows the writing of "delta tables". > > And I heard from sources that this "delta table" contains something > like writeable CTEs. Couldn't you share something about it if > possible? I just don't like to design something that will be similar > to but different from the standard. Yeah, actually, after further study, this has nothing to do with actual delta tables, and it is in fact exactly the RETURNING feature in combination with the possibility to embed it into a superordinate query.
В списке pgsql-hackers по дате отправления