Describe a table - Mailing list pgsql-novice

From Chris Boget
Subject Describe a table
Date
Msg-id 009801c28b35$7e3bc8d0$8c01a8c0@ENTROPY
Whole thread Raw
In response to SQL  (brew@theMode.com)
Responses Re: Describe a table
Re: Describe a table
List pgsql-novice
I've looked in a bunch of places (include the describe.c as suggested
in the FAQ; I'm just really rusty on my C and as such got nothing from
the code) on how to 'describe' a table.  In MySQL, I could simply use
the command:

desc tablename;

What is the command in pgsql?
I apologize for the stupid question but I've spent the last several hours
looking for the stupid answer. :P

thnx,
Chris


pgsql-novice by date:

Previous
From: brew@theMode.com
Date:
Subject: SQL
Next
From: Tuna Chatterjee
Date:
Subject: Re: Describe a table