Re: DESCRIBE eqivalent

From: Jeffrey Melloy <jmelloy(at)visualdistortion(dot)org>
To: Kevin Waterson <kevin(at)oceania(dot)net>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: DESCRIBE eqivalent
Date: 2003-01-13 20:24:59
Message-ID: 3E23209B.9040000@visualdistortion.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
>
>
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Waterson 2003-01-13 20:27:46 DESCRIBE eqivalent
Previous Message J Greenbaum 2003-01-13 20:14:40 assigning values to array elements