From: | Marko Tiikkaja <marko(at)joh(dot)to> |
---|---|
To: | Hannu Krosing <hannu(at)2ndQuadrant(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
Cc: | Joel Jacobson <joel(at)trustly(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PL/pgSQL 1.2 |
Date: | 2014-09-04 08:42:37 |
Message-ID: | 540825FD.1050600@joh.to |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 9/4/14 2:10 AM, Hannu Krosing wrote:
> On 09/04/2014 12:17 AM, Marko Tiikkaja wrote:
>> I'm not sure how much I like that syntax in cases like:
>>
>> WITH t AS (
>> -- multi-line query here
>> )
>> SELECT[0:] foo, bar
>> INTO _bat, _man
>> FROM foo
>> JOIN ..
>> JOIN ..
>> WHERE ..
>> -- etc.
>>
>> It seems quite well hidden compared to a single keyword at the
>> beginning of the query.
> What do you have in mind ?
I'm just comparing it to the STRICT UPDATE ..; and ONE ROW UPDATE ..;
syntaxes proposed earlier.
> Is your wiki page already available somewhere ?
I'm working on getting it up ASAP; hopefully it will be today around the
UTC noon.
.marko
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2014-09-04 08:42:43 | Re: PL/pgSQL 1.2 |
Previous Message | Heikki Linnakangas | 2014-09-04 08:23:24 | Re: implement subject alternative names support for SSL connections |