On Tue, 16 Nov 2004 08:01 pm, Joolz wrote: > Michael Glaesemann zei: > > > > OIDS are a system level implementation. They are no longer required > > (you can make tables without OIDS) and they may go away someday. > > Out of curiosiry: how will we handle blobs once the OID's are gone? > I would guess bytea would become the standard for blob use. The size is limited to about 1G compressed, but I would guess most people don't store 2G files in there DB at the moment, or have that much ram to be able to handle a value that big. > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your > message can get through to the mailing list cleanly > > ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match