"rob" <rob(at)cabrion(dot)com> writes:
> On a different note. OID's are not guaranteed to be unique within a table?
Not unless you put a unique index on its OID column. Of course, you
won't actually see a conflict until you've been running your database
long enough to wrap around the OID counter...
regards, tom lane