create BLOB question

From: Jeremiah Jahn <jeremiah(at)cs(dot)earlham(dot)edu>
To: postgres jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: create BLOB question
Date: 2003-02-10 20:58:04
Message-ID: 1044910683.1789.558.camel@bluejay.goodinassociates.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

does some9one out there know how to create a new oid from scratch.
setBytes on 7.2 worked fine for me, but with the change to 7.3 I can't
seem to get a new oid number. I want to avoid any postgres specific
stuff. Correct me if I'm wrong, but It seems to me that the setBytes
goes with the bytea stuff and the BLOB stuff goes with the oid stuff. I
just can't seem to figure out how to insert a new oid/BLOB.

any help would be great,
thanx
-jj-
--
Support your local Search and Rescue unit -- get lost.
--
Jeremiah Jahn <jeremiah(at)cs(dot)earlham(dot)edu>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message David Wall 2003-02-10 21:28:27 Re: create BLOB question
Previous Message Jeremiah Jahn 2003-02-10 20:57:00 create BLOB question