Re: row description, protocol 3

Поиск
Список
Период
Сортировка
От Josh Close
Тема Re: row description, protocol 3
Дата
Msg-id 4a0cafe20602281713p4387cda4p6e25f3b37a8c3ab8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: row description, protocol 3  (John DeSoi <desoi@pgedit.com>)
Ответы Re: row description, protocol 3  (John DeSoi <desoi@pgedit.com>)
Список pgsql-interfaces
The oid maps to the pg_type table:

select oid, typname from pg_type order by oid;

So, after a select is done, and I get a row description back, I need to do another query to find out what the actual type was?

I'm writing a dataprovider, so I need to map the types back to .NET types. It seems kinda odd that you'd have to do a second query to find out the type.

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

Предыдущее
От: elein
Дата:
Сообщение: plpython
Следующее
От: John DeSoi
Дата:
Сообщение: Re: row description, protocol 3