Re: [BUGS] Deleting Objects...

2001-03-25 Thread Stephan Szabo
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

[BUGS] Deleting Objects...

2001-03-25 Thread Rolando Lora
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