"Simon Kelly" <kelly@ipe.fzk.de> writes:
> java.sql.SQLException: ERROR: oidin: error in
> "\000\000\000\000\000\000\030\365": can't parse
> "\000\000\000\000\000\000\030\365"
This looks like data intended for a bytea column is being sent to an oid
column instead. Maybe some confusion about what datatype to be used for
binary data?
You'd probably get more useful help on the pgsql-jdbc list. There is
a relevant-looking thread at
http://fts.postgresql.org/db/mw/msg.html?mid=1079079
regards, tom lane