Re: PL/pgSQL 1.2

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: PL/pgSQL 1.2
Дата
Msg-id 540825FD.1050600@joh.to
обсуждение исходный текст
Ответ на Re: PL/pgSQL 1.2  (Hannu Krosing <hannu@2ndQuadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: implement subject alternative names support for SSL connections
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: PL/pgSQL 1.2