Describe structure. - Mailing list pgsql-general

From anuj
Subject Describe structure.
Date
Msg-id NEBBICAAMKOEBEPFMFPBKEMJCBAA.Anuj@in-control.de
Whole thread Raw
Responses Re: Describe structure.
List pgsql-general
Hi,
My table name is tblpg.
I want to see the table structure.
Like oracle have Describe <table name>.
What PG have ? or any command.
Thank in advance.
Anuj

pg=> \d
Database    = pg
 +------------------+----------------------------------+----------+
 |  Owner           |             Relation             |   Type   |
 +------------------+----------------------------------+----------+
 | postgres         | tblpg                            | table    |
 +------------------+----------------------------------+----------+

pg=> describe tblpg;
ERROR:  parser: parse error at or near "describe"

pgsql-general by date:

Previous
From: Steve Heaven
Date:
Subject: Re: Statistical Analysis
Next
From: DE VOLDER Fabrice
Date:
Subject: RE: Describe structure.