Re: Error when using array variable

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error when using array variable
Дата
Msg-id 18797.1122094586@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Error when using array variable  (Michael Fuhr <mike@fuhr.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Error when using array variable
Следующее
От: "Dongsoo Yoon"
Дата:
Сообщение: Is there a type like a growable array, similar Vector at Java language in postgreSQL?