Getting datatype before SELECT - Mailing list pgsql-sql

From Glenn Sullivan
Subject Getting datatype before SELECT
Date
Msg-id 3611135E.491D2598@nmr.varian.com
Whole thread Raw
Responses Re: [SQL] Getting datatype before SELECT
Re: [SQL] Getting datatype before SELECT
Re: [SQL] Getting datatype before SELECT
List pgsql-sql
In my C code which communicates with the Postgres database,
I have the need to determine the datatype of a column, before
I have done a SELECT command.  I have the name of the column,
but I cannot seem to figure out how to get the datatype information
until after I have done a SELECT.  Then I can call  PQfnumber() and
PQftype() to get the type.  Does anyone know how to do this?

Thanks,

Glenn

pgsql-sql by date:

Previous
From: Herouth Maoz
Date:
Subject: Re: [SQL] Re: Another nut to crack with insertion into tables... *sigh*
Next
From: David Hartwig
Date:
Subject: Re: [SQL] Getting datatype before SELECT