Re: tuple descriptors?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nate Sommer" <sommena(at)earlham(dot)edu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: tuple descriptors?
Date: 2002-12-10 04:20:07
Message-ID: 22740.1039494007@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Nate Sommer" <sommena(at)earlham(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Langille 2002-12-10 04:51:07 Re: Let's create a release team
Previous Message Nate Sommer 2002-12-10 04:07:52 tuple descriptors?