Re: oid data types mapping in libpq functions

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: oid data types mapping in libpq functions
Дата
Msg-id 201006170714.53315.adrian.klaver@gmail.com
обсуждение исходный текст
Ответ на oid data types mapping in libpq functions  (zhong ming wu <mr.z.m.wu@gmail.com>)
Список pgsql-general
On Wednesday 16 June 2010 7:42:02 pm zhong ming wu wrote:
> Dear List
>
> Where can I find this mapping of oid to pg data types mentioned in
> libpq documentation?
> Why is such information not mentioned in the documentation?  A general
> knowledge?
>
> Thanks
>
> Mr Wi

I think you are looking for the table pg_type.

SELECT oid,typname from pg_type;

--
Adrian Klaver
adrian.klaver@gmail.com

В списке pgsql-general по дате отправления:

Предыдущее
От: Leonardo F
Дата:
Сообщение: Re: Given N, finding the interval of N hours with max(sum(..))
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: oid data types mapping in libpq functions