Re: tuple descriptors?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuple descriptors?
Дата
Msg-id 22740.1039494007@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuple descriptors?  ("Nate Sommer" <sommena@earlham.edu>)
Список pgsql-hackers
"Nate Sommer" <sommena@earlham.edu> writes:
> Can anyone tell me how to get a tuple's TupleDesc if all that is known is t=
> he tid?  Or is there an easy way to step through a tuple, retrieving the da=
> ta and data type from each field?

Tupledescs are generally associated with tables (relations) more easily
than with specific tuples.  What exactly is your context here?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Nate Sommer"
Дата:
Сообщение: tuple descriptors?
Следующее
От: "Dan Langille"
Дата:
Сообщение: Re: Let's create a release team