Re: I hope I'm missing something... - Mailing list pgsql-interfaces

From Peter Eisentraut
Subject Re: I hope I'm missing something...
Date
Msg-id 200404250445.17972.peter_e@gmx.net
Whole thread Raw
In response to I hope I'm missing something...  ("brian plummer" <bplummer@hotmail.com>)
Responses Re: I hope I'm missing something...
List pgsql-interfaces
brian plummer wrote:
> I've just spent some time looking at the libpq API and it appears
> that I cannot process the actual field data from a select statement
> in the native type of that field.  Is this correct?

Yes.  You are more likely to be happy with ECPG or ODBC, which provide 
that functionality.



pgsql-interfaces by date:

Previous
From: "brian plummer"
Date:
Subject: I hope I'm missing something...
Next
From: Rich Cullingford
Date:
Subject: Tantalizing reference to passing data from NEW variable in a trigger function...