Re: Proposal: plpgsql - "for in array" statement - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Proposal: plpgsql - "for in array" statement
Date
Msg-id AANLkTikLiDDTCOU-rUA6gh4ntFvbhd4ZrY1-ova2q_L2@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: plpgsql - "for in array" statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal: plpgsql - "for in array" statement
Re: Proposal: plpgsql - "for in array" statement
List pgsql-hackers
On Tue, Sep 28, 2010 at 10:34 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Pavel Stehule <pavel.stehule@gmail.com> writes:
>> I looked on some constructs that helps with iteration over array in
>> plpgsql. I propose a following syntax:
>
>> FOR var IN [array variable | array expression]
>> LOOP
>
> I don't have any opinion about whether the functionality proposed here
> is worth the trouble, but I do have an opinion about that syntax: it's
> an awful choice.

I agree, on both points.

It's nice to try to reduce the excess verbosity that is IMHO the
biggest usability issue with PL/pgsql, but I can't help wondering
whether we're trying to dam the Nile with chicken wire.

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Proposal: plpgsql - "for in array" statement
Next
From: Peter Eisentraut
Date:
Subject: Re: security label support, revised