Re: top-level DML under CTEs
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Hitoshi Harada <umi.tanuki@gmail.com>
Cc: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>, Erik Rijkers <er@xs4all.nl>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-10-16T00:00:04Z
Lists: pgsql-hackers
Hitoshi Harada <umi.tanuki@gmail.com> writes: > 2010/10/5 Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>: >> This patch conflicted with Tom's WITH .. INSERT change. I tweaked the >> patch just a bit and it now passes all regression tests so I can review >> it. New version attached for documentation purposes. > Thank you, I didn't notice that commit. In your last patch, the > snippet to add errhint() and ref/insert sgml is unnecessary since it > was for INSERT ... VALUES fix. Committed with minor fixes (mostly documentation improvements). regards, tom lane