Describe structure.

Поиск
Список
Период
Сортировка
От anuj
Тема Describe structure.
Дата
Msg-id NEBBICAAMKOEBEPFMFPBKEMJCBAA.Anuj@in-control.de
обсуждение исходный текст
Ответы Re: Describe structure.  (<bmccoy@chapelperilous.net>)
Список 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 по дате отправления:

Предыдущее
От: Steve Heaven
Дата:
Сообщение: Re: Statistical Analysis
Следующее
От: DE VOLDER Fabrice
Дата:
Сообщение: RE: Describe structure.