From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: OID wraparound (was Re: pg_depend) |
Date: | 2001-07-20 14:20:44 |
Message-ID: | 200107201420.f6KEKix08558@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Tom mentioned what should be stored in the OID system column if no oid's
are in the table. He also mentioned that he doesn't want a
variable-length tuple header so will always have an oid system column.
What about moving the oid column out of the tuple header. This saves 4
bytes in the header in cases where there is no oid on the table.
If they ask for an OID in a table, make it the first column of a table.
Also, if they have asked for oid's on the table, odds are they want
SELECT * to show it.
Also, how about a GUC option that controls whether tables are created
with OID's by default.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-07-20 14:22:08 | Re: libpgtcl doesn't use UTF encoding of TCL |
Previous Message | August Zajonc | 2001-07-20 14:16:00 | Neutral Soil (OT) |