On Mon, 13 Dec 2010 23:06:32 -0600, tuanhoanganh <hatuan05(at)gmail(dot)com>
wrote:
> I have program work with bytea, this field store image. Program work
> well in
> postgresql 8.3.9 but error in postgresql 9.0
I don't know if this is your problem, but bytea changed in Postgres 9.0.
Could you try enabling "set bytea_output = escape"?
Regards,
Mark