Postgres Object Identifiers

From: "Vilson farias" <vilson(dot)farias(at)digitro(dot)com(dot)br>
To: <pgsql-interfaces(at)postgresql(dot)org>
Cc: "IORRANA, Maria Ribeiro" <iorrana(dot)ribeiro(at)digitro(dot)com(dot)br>
Subject: Postgres Object Identifiers
Date: 2002-10-04 12:32:31
Message-ID: 00ce01c26ba2$1e37c2c0$98a0a8c0@dgtac
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi there people!

I'm using the Postgres Client interface from libpq library.
More specifically, one of the functions I'm intending to use is the PQftype
function that prototype is

Oid PQftype(const PGresult *res, int field_index);

And, to use this funcion I need to know what it is returning to me because
I'll need to convert these Oids to types defined in a protocol with the
application.

So, somebody of you knows where can I get the description list of the types
used by Postgres and their object identifers ?

I really appreciate if you can help me

Best regards,

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Tom Lane 2002-10-04 14:05:50 Re: Postgres Object Identifiers
Previous Message Nigel J. Andrews 2002-10-04 12:01:29 Re: libpgtcl/pg_execute undocumented feature ?