Re: SHOW , DESCRIBE, oh what's it called...

Поиск
Список
Период
Сортировка
От Karl F. Larsen
Тема Re: SHOW , DESCRIBE, oh what's it called...
Дата
Msg-id Pine.LNX.4.10.10006150603540.770-100000@cannac.ampr.org
обсуждение исходный текст
Ответ на SHOW , DESCRIBE, oh what's it called...  ("Paul Fontenot" <paul@code-slinger.com>)
Список pgsql-novice
In psql you show all tables with \d and you display a tables content with
the SQL call: SELECT * from <table name>;

On Tue, 13 Jun 2000, Paul Fontenot wrote:

> In MySQL you could issue a command:
>
> describe my_table_name;
>
> and it would come back with the columns, and their descriptions. What is the
> equivalent command in postgresql? I have looked everywhere and am probly
> just overlooking it by now.
>
> Thanks,
>     Paul
>
>
>

Yours Truly,

       - Karl F. Larsen, k5di@arrl.net  (505) 524-3303  -


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

Предыдущее
От: Ryan Ho
Дата:
Сообщение: Maximum size before having to use BLOBs.
Следующее
От: ghaverla@freenet.edmonton.ab.ca
Дата:
Сообщение: Re: Maximum size before having to use BLOBs.