Re: Tuple data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael Richards" <miker(at)interchange(dot)ca>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Tuple data
Date: 2000-12-16 20:29:51
Message-ID: 18670.976998591@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Richards 2000-12-16 20:30:16 Re: Tuple data
Previous Message Hannu Krosing 2000-12-16 20:20:50 Re: Tuple data