Re: final patch - plpgsql: for-in-array

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, Merlin Moncure <mmoncure(at)gmail(dot)com>, Jaime Casanova <jaime(at)2ndquadrant(dot)com>
Subject: Re: final patch - plpgsql: for-in-array
Date: 2010-11-18 23:06:07
Message-ID: 201011190006.09225.andres@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 18 November 2010 21:11:32 Alvaro Herrera wrote:
> Excerpts from Pavel Stehule's message of jue nov 18 17:00:04 -0300 2010:
> > 2010/11/18 Andrew Dunstan <andrew(at)dunslane(dot)net>:
> > >> I didn't say so nobody use it. You, me, David. But I really didn't see
> > >> this pattern here in real applications.
> > >
> > > Lots of people are told to use it on IRC. Trust me, it's getting well
> > > known.
> >
> > can be. but people on IRC are not representative.
>
> Yeah, that's true. I point out usage of unnest to our customers too,
> but it's much more common to see people not using it, instead relying on
> subscripts. People using Postgres show up unexpectedly from under
> rocks, in the weirdest corners; they rarely consult documentation and
> even more rarely get into IRC or mailing list to get help.
Well, a good reason for that might be that unnest() is pretty new... Most code
I read has been initially written quite a bit earlier. Seeing 8.4 in
production is only starting to get common.

Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Fetter 2010-11-18 23:33:44 UNNEST ... WITH ORDINALITY (AND POSSIBLY OTHER STUFF)
Previous Message Tom Lane 2010-11-18 22:29:36 Re: final patch - plpgsql: for-in-array