[GENERAL] Setting variables equal to elements from an Array

2008-01-08 Thread cdecarlo
Hello, I'm new to pl/pgsql and postgres and I need some help with a part of my function. In the function I loop through a multidemensional array ( [n][3] ), once, while inside the loop, I find the index I want to work with I would like to set a separate variable equal to the element in the array

Re: [GENERAL] Setting variables equal to elements from an Array

2008-01-10 Thread cdecarlo
On Jan 8, 11:35 am, [EMAIL PROTECTED] (Tom Lane) wrote: > cdecarlo <[EMAIL PROTECTED]> writes: > > I'm new to pl/pgsql and postgres and I need some help with a part of > > my function. In the function I loop through a multidemensional array > > ( [n][3] ), once, w