RE: OID wraparound: summary and proposal - Mailing list pgsql-hackers

From Dave Cramer
Subject RE: OID wraparound: summary and proposal
Date
Msg-id 002701c11c22$a6c33000$8201a8c0@inspiron
Whole thread Raw
In response to Re: OID wraparound: summary and proposal  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
I'm not sure this is related to the OID discussion, however I have seen
designs where a unique id is required for all the objects in the
database. 

This (IMO) this implies an int8 (or larger) sequence number. 

It would be nice if we could have different size sequences. Just thought
I'd throw that in.

Dave

-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Bruce Momjian
Sent: August 3, 2001 9:22 AM
To: Tom Lane
Cc: pgsql-hackers@postgresql.org
Subject: Re: [HACKERS] OID wraparound: summary and proposal


> ncm@zembu.com (Nathan Myers) writes:
> > At the same time that we announce support for optional OIDs, we 
> > should announce that, in future releases, OIDs will only be 
> > guaranteed unique (modulo wraparounds) within a single table.
> 
> Seems reasonable --- that will give people notice that we're thinking 
> about separate-OID-generator-per-table ideas.
> 
> Right now we don't really document any of these considerations, but I 
> plan to write something as part of the work I'm about to do.

But why do that if we have sequences?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania
19026

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster




pgsql-hackers by date:

Previous
From: mlw
Date:
Subject: Re: OID wraparound: summary and proposal
Next
From: Neil Tiffin
Date:
Subject: Re: Proposal: OID wraparound: summary and proposal