On Sat, Apr 24, 2010 at 2:23 PM, Merlin Moncure <mmonc...@gmail.com> wrote:
> > Well, you missed the most important part: not using cursors at all. > Instead of declaring a cursor and looping it to build the array, build > it with array(). That's what I've been saying: arrays can completely > displace both temp tables _and_ cursors when passing small sets around > functions. > > with huge emphasis on the word small. -- GJ