Postgres Object Identifiers - Mailing list pgsql-interfaces

From Vilson farias
Subject Postgres Object Identifiers
Date
Msg-id 00ce01c26ba2$1e37c2c0$98a0a8c0@dgtac
Whole thread Raw
Responses Re: Postgres Object Identifiers
List 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,



pgsql-interfaces by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: libpgtcl/pg_execute undocumented feature ?
Next
From: Dorian Tessore
Date:
Subject: Number of deleted rows in Python module