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
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