Re: OID wraparound (was Re: pg_depend)
От
Hiroshi Inoue
Тема
Re: OID wraparound (was Re: pg_depend)
Дата
Msg-id
3B567FE4.2417174@tpf.co.jp
Список
Дерево обсуждения
RE: RE: OID wraparound (was Re: pg_depend) "Henshall, Stuart - WCP" <SHenshall@westcountrypublications.co.uk>
Tom Lane wrote: > > Hiroshi Inoue writes: > > As I mentioned already I'm implementing updatable cursors > > in ODBC and have half done it. If OIDs would be optional > > my trial loses its validity but I would never try another > > implementation. > > Could you use CTID instead of OID? > I am using both. TIDs for fast access and OIDs for identification. Unfortunately TIDs are transient and they aren't that reliable as for identification. But the transience of TIDs are useful for row-versioning fortunately. The combination of OID and TID has been my plan since I introduced Tid scan. regards, Hiroshi Inoue
В списке pgsql-hackers по дате отправления