Re: Accessing elements of bytea[] always returns NULL - Mailing list pgsql-sql

From Tom Lane
Subject Re: Accessing elements of bytea[] always returns NULL
Date
Msg-id 23378.1222876036@sss.pgh.pa.us
Whole thread Raw
In response to Accessing elements of bytea[] always returns NULL  ("Sestak, John S" <John.Sestak@ManTech.com>)
List 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 by date:

Previous
From: "Sestak, John S"
Date:
Subject: Accessing elements of bytea[] always returns NULL
Next
From: "Tony Wasson"
Date:
Subject: Re: Can COPY update or skip existing records?