Re: DESCRIBE eqivalent - Mailing list pgsql-novice

From Jeffrey Melloy
Subject Re: DESCRIBE eqivalent
Date
Msg-id 3E23209B.9040000@visualdistortion.org
Whole thread Raw
In response to DESCRIBE eqivalent  (Kevin Waterson <kevin@oceania.net>)
Responses Re: DESCRIBE eqivalent  (Kevin Waterson <kevin@oceania.net>)
List pgsql-novice
\d [tablename] should do the trick.  A lot of things are covered in
slash commands instead of sql;
\? shows a list.

Kevin Waterson wrote:

>I have been churning through the manual at
>http://www.postgresql.org/idocs/index.php?sql-commands.html
>but I see no equivalent to the MySQL DESCRIBE command to describe
>a table.
>
>What is the postgresql version of this?
>
>Kind regards
>Kevin
>
>
>




pgsql-novice by date:

Previous
From: Kevin Waterson
Date:
Subject: DESCRIBE eqivalent
Next
From: "Devinder K Rajput"
Date:
Subject: Re: DESCRIBE eqivalent