Re: Describe a table - Mailing list pgsql-novice

From Tuna Chatterjee
Subject Re: Describe a table
Date
Msg-id 1037206769.1956.1.camel@steamer.infoplease.com
Whole thread Raw
In response to Describe a table  ("Chris Boget" <chris@wild.net>)
List pgsql-novice
\d tablename

should do the trick.

take care,
-tuna

On Wed, 2002-11-13 at 11:55, Chris Boget wrote:
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org



pgsql-novice by date:

Previous
From: "Chris Boget"
Date:
Subject: Describe a table
Next
From: Lachlan Deck
Date:
Subject: Help with JDBC connection...