[Bond-users] OIDS are good, we need more!
jasen at tyreal.treshna.com
jasen at tyreal.treshna.com
Mon Feb 12 16:57:59 EST 2007
But seriously, in postgresql 8.x OIDs are turned off on tables
by default. URL:
http://developer.postgresql.org/pgdocs/postgres/release-8-0.html#AEN83203
Bonddb uses them when tracking inserts etc so
when creating tables it's important to specify
WITH OIDS at the end of the command. eg:
create table foo ( id serial primary key, flavour text ) WITH OIDS ;
More information about the Bond-users
mailing list