Re: wCTE: about the name of the feature
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
Cc: pgsql-hackers@postgreSQL.org
Date: 2011-02-28T06:20:32Z
Lists: pgsql-hackers
Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi> writes: > On 2011-02-24 6:40 PM, I wrote: >> I am planning on working on the documentation this weekend. > And here's my attempt. The language is a bit poor at some places but I > can't think of anything better. Applied after some rather heavy editorialization. > I tried to be more strict about using "subquery" when talking about > WITHs in general since INSERT/UPDATE/DELETE is not a subquery in my book. I undid most of those changes --- it didn't seem to add anything to be strict in this way, and anyway you hadn't done it consistently, eg the syntax still had "with_query". regards, tom lane