This past week I’ve been doing a lot of work using Blobs with Postgresql in Java. There doesn’t seam to be a lot of documentation on using Blobs in Postgresql, luckily I found some good information in the Postgresql JDBC Mailing list regarding using Blobs with Java.
I wrote some test code using plain JDBC that [...]