Re: BYTEA - Mailing list pgsql-sql

From Thomas Kellerer
Subject Re: BYTEA
Date
Msg-id n7h3lk$d6a$1@ger.gmane.org
Whole thread Raw
In response to Re: BYTEA  (Andreas Joseph Krogh <andreas@visena.com>)
Responses Re: BYTEA  (Andreas Joseph Krogh <andreas@visena.com>)
List pgsql-sql
Andreas Joseph Krogh schrieb am 17.01.2016 um 23:09:
>      > Do I  really *Need to escape/encode binary data before sending to DB
>      > then do the reverse after retrieving the data?*
>      > *
>      > *
>      > If so, what (*Java*) codes should I use to achieve this goal (I am using
>      > the Java to interface with the DB)?
>
>     https://jdbc.postgresql.org/documentation/94/binary-data.html
>
> Save yourself the trouble and don't go this route. Use https://github.com/impossibl/pgjdbc-ng instead.

Can you elaborate?

Using the "official" JDBC driver with bytea column works just fine for me.







pgsql-sql by date:

Previous
From: Andreas Joseph Krogh
Date:
Subject: Re: BYTEA
Next
From: Thomas Kellerer
Date:
Subject: Re: BLOBs