Re: OID wraparound (was Re: pg_depend) - Mailing list pgsql-hackers

From Lamar Owen
Subject Re: OID wraparound (was Re: pg_depend)
Date
Msg-id 01071816101306.00973@lowen.wgcr.org
Whole thread Raw
In response to Re: OID wraparound (was Re: pg_depend)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wednesday 18 July 2001 16:06, Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Is the idea to make oid's optional, with them disabled by default on
> > user tables?

> 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.

SET OIDGEN boolean for database-wide default policy.
CREATE TABLE WITH OIDS for individual tables?  CREATE TABLE WITHOUT OIDS?
?? Is this sort of thing addressed by any SQL standard (Thomas?)?
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


pgsql-hackers by date:

Previous
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: MySQL Gemini code
Next
From: Larry Rosenman
Date:
Subject: Re: OID wraparound (was Re: pg_depend)