Jesse wrote:
> Is there a way that I can use postgresql-74.213.jar (or more recent) to
> encode the file in bytea on the client side? If no, do you know where I
> can get code to do that?
You do not need to "encode the file in bytea". Use setBytes() or
setBinaryStream() and the driver will do the rest.
-O