Hello!
Postgres supports oids which is a unique number for any row in a given
database. There is the ‘id’ already inside oids - wouldnt it be nice and
handy to turn on some global environemt.rb or database.yaml magic-switch
and rails uses the oids internally and transparently on the postgresql
adapter, sparing people the need to create auto-increment-serial ids
with postgres databases?
Regards
Philipp