Re: Error when using array variable - Mailing list pgsql-sql

From Tom Lane
Subject Re: Error when using array variable
Date
Msg-id 18797.1122094586@sss.pgh.pa.us
Whole thread Raw
In response to Re: Error when using array variable  (Michael Fuhr <mike@fuhr.org>)
List pgsql-sql
Michael Fuhr <mike@fuhr.org> writes:
> On Fri, Jul 22, 2005 at 03:07:04PM +0530, Gnanavel S wrote:
>> You need to initialse the array, Otherwise any value added to the array will
>> be null.

> This isn't necessary in 8.0, which we can infer is being used because
> of the dollar quotes.

However, plpgsql wasn't fixed to follow that behavior till 8.0.2 or so.
        regards, tom lane


pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Error when using array variable
Next
From: "Dongsoo Yoon"
Date:
Subject: Is there a type like a growable array, similar Vector at Java language in postgreSQL?