Re: Tuple data

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Michael Richards" <miker@interchange.ca>
Cc: pgsql-hackers@postgresql.org
Date: 2000-12-16T20:29:51Z
Lists: 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