Describe structure.

From: "anuj" <Anuj(at)in-control(dot)de>
To: <pgsql-general(at)hub(dot)org>
Subject: Describe structure.
Date: 2000-07-25 09:03:13
Message-ID: NEBBICAAMKOEBEPFMFPBKEMJCBAA.Anuj@in-control.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

Responses

Browse pgsql-general by date

  From Date Subject
Next Message DE VOLDER Fabrice 2000-07-25 09:37:52 RE: Describe structure.
Previous Message Poul L. Christiansen 2000-07-25 08:42:41 Re: Describe structure.