Hi Barry,
Thank you for the mail.
In my application Blobs will not get deleted ever .
However "oid" references in first table will get deleted . But the same
"oid"s will be inserted and they will exist
in second table permanently.So as per your suggestion I can delete oids
from firs
Hi ,
I have 2 tables in my postgres
DB .
2 tables have a field
"my_image" of type "oid" ( Blob) .
I have to
1.get a row
from table A
2.insert it in table B
3.delete that from table A .
Can I do like this
?
ResultSet rs
;
Pr