Re: Tuple data - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Tuple data
Date
Msg-id 18670.976998591@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tuple data  ("Michael Richards" <miker@interchange.ca>)
List pgsql-hackers
pg_attribute tells you the types and ordering of the attributes
(columns) of a table.  Then see pg_type for the size and alignment
of each type.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Michael Richards"
Date:
Subject: Re: Tuple data
Next
From: Oleg Bartunov
Date:
Subject: Re: 7.1 features list