Re: final patch - plpgsql: for-in-array
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, Merlin Moncure <mmoncure@gmail.com>, Jaime Casanova <jaime@2ndquadrant.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2010-11-18T19:39:46Z
Lists: pgsql-hackers
2010/11/18 Andrew Dunstan <andrew@dunslane.net>: > > > On 11/18/2010 02:17 PM, Pavel Stehule wrote: >> >> -only a few people use FOR IN SELECT UNNEST for iteration over array. > > How on earth do you know that? I use it a lot and I was just demonstrating > it to a client yesterday, and I'm quite sure he will use it a lot too. I bet > I'm far from alone. > how much people are active readers and writers in pg_hackers like you? :) I didn't say so nobody use it. You, me, David. But I really didn't see this pattern here in real applications. Regards Pavel > cheers > > andrew >