Re: Datatyp of a column
| От | Tom Lane |
|---|---|
| Тема | Re: Datatyp of a column |
| Дата | |
| Msg-id | 16935.1384180134@sss.pgh.pa.us обсуждение |
| Ответ на | Datatyp of a column (Ishaya Bhatt <ishayabhatt@gmail.com>) |
| Ответы |
Re: Datatyp of a column
|
| Список | pgsql-hackers |
Ishaya Bhatt <ishayabhatt@gmail.com> writes:
> 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.
You really need to be more specific about where you need this information.
The "sorting code" certainly knows what datatypes it's working with ---
for example, in tuplesort.c there's a TupleDesc for the tuples passing
through the sort, and the column types are available from the per-column
atttypid fields of that. But it's not clear if that's what you're talking
about.
regards, tom lane
В списке pgsql-hackers по дате отправления: