Re: Proposal: plpgsql - "for in array" statement

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Proposal: plpgsql - "for in array" statement
Дата
Msg-id AANLkTi=xH=VJmU9u5hZ5d_XS1RSOt1LhMywyGTS24fjk@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Proposal: plpgsql - "for in array" statement  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On Tue, Sep 28, 2010 at 4:39 PM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> 2010/9/28 Tom Lane <tgl@sss.pgh.pa.us>:
>> Pavel Stehule <pavel.stehule@gmail.com> writes:
>>> 2010/9/28 Tom Lane <tgl@sss.pgh.pa.us>:
>>>> As an example, is this a for-in-query or a
>>>> for-in-array?
>>>>
>>>>        FOR v IN (SELECT arraycol FROM tab) LOOP ...
>>
>>> This is a subquery - so it is a for-in-array - should return one row
>>> with one column.
>>
>> That's not obvious at all.  It's legal right now to write that, and it
>> will be interpreted as for-in-query.
>
> but it has not a sense.

It has a very fine sense.  It's completely obvious to me what that
means, and you're proposing to break it.  In a word: no.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Proposal: plpgsql - "for in array" statement
Следующее
От: David Fetter
Дата:
Сообщение: Commitfest: The Good, The Bad, and the Ugly