Re: OIDs (Or: another RTFM question?)

Поиск
Список
Период
Сортировка
От Joel Rees
Тема Re: OIDs (Or: another RTFM question?)
Дата
Msg-id 20020717103747.73BA.JOEL@alpsgiken.gr.jp
обсуждение исходный текст
Ответ на Re: OIDs (Or: another RTFM question?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: OIDs (Or: another RTFM question?)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: OIDs (Or: another RTFM question?)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane explained:

> Basically what WITHOUT OIDS does for you is to reduce consumption of
> OIDs, thereby postponing wraparound of the 32-bit OID counter.  While
> the system itself isn't fazed by such a wraparound, user programs that
> look at OIDs might be.

How much of a pain would it be to make that a 64-bit counter? Would that
create conflicts with the SQL standard?

(No, I don't contribute code, so if that's a really stupid idea, just tell
me so.)

--
Joel Rees <joel@alpsgiken.gr.jp>


В списке pgsql-general по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: PostgreSQL in mission-critical system
Следующее
От: Lee Harr
Дата:
Сообщение: Re: COPY seems to work, but no data in the table