Datatyp of a column

Поиск
Список
Период
Сортировка
От Ishaya Bhatt
Тема Datatyp of a column
Дата
Msg-id CA+E1M32Co=hmU-sEq6RfnYrvGveTzsLhzwNWh5Uzw9p=v4cvFA@mail.gmail.com
обсуждение исходный текст
Ответы Re: Datatyp of a column  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TABLE not synonymous with SELECT * FROM?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Execute query with EXCEPT, INTERSECT as anti-join, join?