pg_type oid's do they change from version to version

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_type oid's do they change from version to version
Date: 2004-05-20 00:35:26
Message-ID: 1085013326.1557.4.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2004-05-20 00:36:50 Re: Call for 7.5 feature completion
Previous Message Bruce Momjian 2004-05-20 00:19:04 Re: [HACKERS] pgmex, a MATLAB interface for PostgreSQL