Re: Describe structure.

Поиск
Список
Период
Сортировка
От
Тема Re: Describe structure.
Дата
Msg-id Pine.LNX.4.10.10007250959510.9042-100000@chapelperilous.net
обсуждение исходный текст
Ответ на Describe structure.  ("anuj" <Anuj@in-control.de>)
Список pgsql-general
On Tue, 25 Jul 2000, anuj wrote:

> 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    |
>  +------------------+----------------------------------+----------+

It's all in the online help.  The command you want is \d <table>.

Brett W. McCoy
                                         http://www.chapelperilous.net/~bmccoy/
-------------------------------------------------------------------------------
Yow!  Is my fallout shelter termite proof?


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

Предыдущее
От: Gilles DAROLD
Дата:
Сообщение: Re: nested transactions
Следующее
От: Guillaume Perréal
Дата:
Сообщение: Re: Statistical Analysis