Marc Herbert wrote:
> We are developping a middleware and are not free to choose our data
> types.
I was thinking the ODBC driver should provide the appropriate mapping.
> As far as i know, the implementation of bytea and large objects in
> the database are totally different and I suspect there are good
> reasons to use either one of them, depending on the actual data and
> application involved.
There is no real reason to use large objects for anything instead of
bytea.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/