Re: Getting Column Information from a Table with psql

From: daq <daq(at)ugyvitelszolgaltato(dot)hu>
To: Kevin Lohka <klohka(at)aboutfacedata(dot)ab(dot)ca>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Getting Column Information from a Table with psql
Date: 2004-03-09 12:14:24
Message-ID: 18962606150.20040309131424@ugyvitelszolgaltato.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Christian Pöcher 2004-03-09 12:32:34 Re: JDBC driver & local server
Previous Message Tony and Bryn Reina 2004-03-09 11:13:06 Re: Anyone have example C code for Asynchronous Command Processing?