"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