Bruce Momjian <[EMAIL PROTECTED]> writes: > Is the idea to make oid's optional, with them disabled by default on > user tables? My thought is to make OID generation optional on a per-table basis, and disable it on system tables that don't need unique OIDs. (OID would read as NULL on any row for which an OID wasn't generated.) It remains to be debated exactly how users should control the choice for user tables, and which choice ought to be the default. I don't have a strong opinion about that either way, and am prepared to hear suggestions. 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
- OID wraparound (was Re: [HACKERS] pg_depend) Tom Lane
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Tom Lane
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Lamar Owen
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Daniel Kalchev
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Tom Lane
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Rod Taylor
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Tom Lane
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Lamar Owen
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Larry Rosenman
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian
- RE: OID wraparound (was Re: [HACKERS] pg_depend) Mikheev, Vadim
- Re: OID wraparound (was Re: [HACKERS] pg_depend) Bruce Momjian