Re: top-level DML under CTEs
Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
From: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
To: Hitoshi Harada <umi.tanuki@gmail.com>
Cc: Erik Rijkers <er@xs4all.nl>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-10-05T08:55:37Z
Lists: pgsql-hackers
Attachments
- dml.patch (text/plain) patch
(Oops, this didn't go to -HACKERS) On 2010-10-04 2:46 PM +0300, Erik Rijkers wrote: > (HEAD from git://git.postgresql.org/git/postgresql.git) > > The patch applies only with error. > If that error is ignored, the regression 'with' test failes. > If that is also ignored, it runs. 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. Regards, Marko Tiikkaja