Re: row description, protocol 3 - Mailing list pgsql-interfaces

From Josh Close
Subject Re: row description, protocol 3
Date
Msg-id 4a0cafe20602281713p4387cda4p6e25f3b37a8c3ab8@mail.gmail.com
Whole thread Raw
In response to Re: row description, protocol 3  (John DeSoi <desoi@pgedit.com>)
Responses Re: row description, protocol 3  (John DeSoi <desoi@pgedit.com>)
List 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 by date:

Previous
From: elein
Date:
Subject: plpython
Next
From: John DeSoi
Date:
Subject: Re: row description, protocol 3