On Sun, 25 Mar 2001, Rolando Lora wrote:
> Hi there...
>
> I'm not sure if this is a "bug" or not but I couldn't
> find how to deal with it.
>
> For instance if we create a table using "Object ID"
> for storing large objects:
>
> > create table picture(id serial, pic_oid oid);
>
> and then we
Hi there...
I'm not sure if this is a "bug" or not but I couldn't
find how to deal with it.
For instance if we create a table using "Object ID"
for storing large objects:
> create table picture(id serial, pic_oid oid);
and then we add some data:
> insert into picture
(pic_oid) values (lo_i