Re: [HACKERS] INT2OID, etc.

Brett McCormick <brett@work.chicken.org>

From: Brett McCormick <brett@work.chicken.org>
To: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
Cc: "D'Arcy J.M. Cain" <darcy@druid.net>, hackers@postgreSQL.org
Date: 1998-02-27T06:20:20Z
Lists: pgsql-hackers
Can we have all the constants put in pg_type?  In the implementation
of my perl PL language, some types I care about aren't defined so I
must define them myself, which seems dangerous (should they ever
change)

On Fri, 27 February 1998, at 12:15:21, Vadim B. Mikheev wrote:

> I like second way (and so - we should copy pg_type to ~pgsql/include or
> something like this) but it would be nice if you support more
> general 1st way too.
> 
> Vadim