Re: Accessing elements of bytea[] always returns NULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Accessing elements of bytea[] always returns NULL
Дата
Msg-id 23378.1222876036@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Accessing elements of bytea[] always returns NULL  ("Sestak, John S" <John.Sestak@ManTech.com>)
Список pgsql-sql
"Sestak, John S" <John.Sestak@ManTech.com> writes:
> I'm trying to pass in a bytea array (i.e. bytea[]) into my stored
> procedure but when I try to access the elements in the array using an
> array index it always returns NULL.

Works fine from SQL, so I suppose there's something wrong with your
JDBC code.  You'd likely have better luck asking on pgsql-jdbc.
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Sestak, John S"
Дата:
Сообщение: Accessing elements of bytea[] always returns NULL
Следующее
От: "Tony Wasson"
Дата:
Сообщение: Re: Can COPY update or skip existing records?