Find datatype of a column during the backend flow - Mailing list pgsql-sql

From Ishaya Bhatt
Subject Find datatype of a column during the backend flow
Date
Msg-id CA+E1M333Gs0GW0qRNALciDu3F2rsFa47yJ2oBv9Du0ZHhjCZXA@mail.gmail.com
Whole thread Raw
Responses Re: Find datatype of a column during the backend flow  (Sergey Konoplev <gray.ru@gmail.com>)
List pgsql-sql
Hi,
     In the sorting code, I need to determine the datatype of my sort keys and call some code conditionally based on the datatype. Is there any way to determine the datatype of a column from the backend PostGreSQL code. I am aware of the methods PSQLexec() and PQftype() but am unable to figure out how to call these functions from the backend. Any help on this or any other method to determine datatype would be very much appreciated.

Thanks,
Ishaya Bhatt.

pgsql-sql by date:

Previous
From: Sergey Konoplev
Date:
Subject: Re: Query specific table using relative position in search path
Next
From: Michael Schmidt
Date:
Subject: Re: How to script inserts where id is needed as fk