describe command

Поиск
Список
Период
Сортировка
От Merrill Oveson
Тема describe command
Дата
Msg-id 38F24220.522B967A@actiontarget.com
обсуждение исходный текст
Ответы Re: describe command  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
Postgresql:

Oracle has a command "describe"

e.g.

"describe cars" or  "desc cars"

where cars is the name of the table.

this command  describes the attributes of a table.

e.g.

Name        Null        Type                Constraint
------------------------------
VIN                           char(20)        Primary key
Make        Not Null   varchar(20)
Model                        varchar(20)

Does Postgresql have anything similar?
I could find the command "describe" anywhere in the documentation.

Merrill


В списке pgsql-general по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: recursive queries?
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: describe command