Re: [HACKERS] wip: for-in-array patch

2010-09-30 Thread Pavel Stehule
sorry fixed patch Pavel 2010/9/30 Pavel Stehule : > Hello > > This patch add iteration over array to plpgsql > > now is supported only iteration over scalar array > > Regards > > Pavel Stehule > *** ./gram.y.orig 2010-09-29 10:53:44.663270537 +0200 --- ./gram.y 2010-09-30 10:46:41.976025132 +020

[HACKERS] wip: for-in-array patch

2010-09-30 Thread Pavel Stehule
Hello This patch add iteration over array to plpgsql now is supported only iteration over scalar array Regards Pavel Stehule *** ./gram.y.orig 2010-09-29 10:53:44.663270537 +0200 --- ./gram.y 2010-09-30 09:04:04.809900052 +0200 *** *** 239,244 --- 239,245 %token K_ABSOL