PQftype, Oid, where is this documented?

From: "Robert A(dot) Knop Jr(dot)" <rknop(at)panisse(dot)lbl(dot)gov>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: PQftype, Oid, where is this documented?
Date: 2001-01-24 21:10:07
Message-ID: Pine.LNX.4.30.0101241308190.2515-100000@milano.lbl.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi --

I'm using both the perl Pg interface and the C libpq-fe interface to
PostGreSQL (version 6.5). Both of these have a "ftype" function which
retunrs the type of a field. They are documented as returning an "Oid".
However, I haven't found where the Oid values themselves are docuemnted.

I could "reverse engineer" the thing by looking at what I get for various
data types and using that, but I'd feel more comfortable using documented
values. Is there documentation anywhere that tells you how to interpret
the Oid you get back from PQftype()?

Thanks,

-Rob

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Joseph Shraibman 2001-01-24 21:56:54 Re: [PATCHES] Re: Patch for JDBC timestamp problems
Previous Message Barry Lind 2001-01-24 19:27:12 Re: [INTERFACES] BIT type still not working