Datatyp of a column - Mailing list pgsql-hackers

From Ishaya Bhatt
Subject Datatyp of a column
Date
Msg-id CA+E1M32Co=hmU-sEq6RfnYrvGveTzsLhzwNWh5Uzw9p=v4cvFA@mail.gmail.com
Whole thread Raw
Responses Re: Datatyp of a column  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
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. is the datatype of the column available in the query plan? Any help on this would be very much appreciated.

Thanks,
Ishaya Bhatt.

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: TABLE not synonymous with SELECT * FROM?
Next
From: Tom Lane
Date:
Subject: Re: Execute query with EXCEPT, INTERSECT as anti-join, join?