Postgres Object Identifiers

Поиск
Список
Период
Сортировка
От Vilson farias
Тема Postgres Object Identifiers
Дата
Msg-id 00ce01c26ba2$1e37c2c0$98a0a8c0@dgtac
обсуждение исходный текст
Ответы Re: Postgres Object Identifiers  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Nigel J. Andrews"
Дата:
Сообщение: Re: libpgtcl/pg_execute undocumented feature ?
Следующее
От: Dorian Tessore
Дата:
Сообщение: Number of deleted rows in Python module