Hiroshi Inoue <[EMAIL PROTECTED]> writes: > Tom Lane wrote: >> >> Given Hiroshi's objections, and the likelihood of compatibility problems >> for existing applications, I am now thinking that it's not a good idea to >> turn off OID generation by default. > Would OIDs be globally unique or per table ? Same as now: if you have a unique index on 'em, they're unique within a table; otherwise, no guarantee at all (once the system wraps around). We should document this state of affairs better, of course, but I'm not proposing to change it. The point here is just to let people suppress OIDs for tables that don't need them, and thereby postpone OID wraparound. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly
- [HACKERS] OID wraparound: summary and proposal Tom Lane
- Re: [HACKERS] OID wraparound: summary and proposal Stephan Szabo
- [HACKERS] Re: OID wraparound: summary and proposal mlw
- Re: [HACKERS] OID wraparound: summary and proposal Bruce Momjian
- Re: [HACKERS] OID wraparound: summary and proposal Tom Lane
- Re: [HACKERS] OID wraparound: summary and proposal Bruce Momjian
- Re: [HACKERS] OID wraparound: summary and proposal Tom Lane
- Re: [HACKERS] OID wraparound: summary and proposa... Bruce Momjian
- Re: [HACKERS] OID wraparound: summary and proposal Hiroshi Inoue
- Re: [HACKERS] OID wraparound: summary and proposal Tom Lane
- Re: [HACKERS] OID wraparound: summary and proposa... Hiroshi Inoue
- Re: [HACKERS] OID wraparound: summary and proposal Nathan Myers
- Re: [HACKERS] OID wraparound: summary and proposa... Hannu Krosing
- Re: [HACKERS] OID wraparound: summary and proposal Bruce Momjian
- Re: [HACKERS] OID wraparound: summary and proposal Hannu Krosing
- Re: [HACKERS] OID wraparound: summary and proposal Tatsuo Ishii
- Re: [HACKERS] OID wraparound: summary and proposal Tom Lane
- Re: [HACKERS] OID wraparound: summary and proposa... Hannu Krosing
- Re: [HACKERS] OID wraparound: summary and proposal Fernando Nasser