On Sat, 8 Sep 2001 17:38:03 -0500 (CDT), you wrote:
>I have been trying to figure out how the blob support works.
See the explanation on http://lab.applinet.nl/postgresql-jdbc/
("Large objects (Blob and Clob)").
>I made a table of this format:
[...]
> theblob | bytea |
Unfortunately, byte
I'm running Postgresql 7.1.2 on a RedHat 7.1 machine. I have the jdbc
drivers jdbc7.1-1.2.jar.
I have been trying to figure out how the blob support works. I made a
table of this format:
djweis=# \d blobtest
id| integer |
theblob | bytea |
This is the code that I'm using to gra