pg_type oid's do they change from version to version - Mailing list pgsql-hackers

From Dave Cramer
Subject pg_type oid's do they change from version to version
Date
Msg-id 1085013326.1557.4.camel@localhost.localdomain
Whole thread Raw
In response to Re: Table Spaces  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_type oid's do they change from version to version  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
How much can we count on the type oid's remaining static from version to
version? It turns out there is a design decision in the jdbc driver that
could fail if they changed from one version to another and the client
connected to both versions.

Also for getUDT, we need to translate type oid's into java type values,
so if we can rely on the oids not changing then it would make it easier.

-- 
Dave Cramer
519 939 0336
ICQ # 14675561



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Table Spaces
Next
From: "Marc G. Fournier"
Date:
Subject: Re: Call for 7.5 feature completion