KL> Is there any way to get the column information from a Table with psql?
KL> I know it is possible to get a list of Tables in the database using \dt
KL> is there a similar command for column information?
KL> If not are there any alternatives?
\d tablename
DAQ