Re: Globally Unique IDs, was Re: [SQLObject] Re: SQLObject
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Edmund L. <el...@in...> - 2003-04-11 17:38:04
|
Ian Bicking <ia...@co...> wrote: >> > Another thought in this context is that PostgreSQL already inserts an >> > object id column for every table. But maybe it's not a good idea to >> > use since other dbms don't have equivalents... This is a really bad idea. OIDs are not preserved across db dumps, and are optional in PG 7.3 and above, I think. ...Edmund. |