Re: PL/pgSQL 1.2 - Mailing list pgsql-hackers

From Marko Tiikkaja
Subject Re: PL/pgSQL 1.2
Date
Msg-id 540825FD.1050600@joh.to
Whole thread Raw
In response to Re: PL/pgSQL 1.2  (Hannu Krosing <hannu@2ndQuadrant.com>)
List 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



pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: implement subject alternative names support for SSL connections
Next
From: Pavel Stehule
Date:
Subject: Re: PL/pgSQL 1.2