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

Поиск
Список
Период
Сортировка
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


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Migrating from MySQL
Следующее
От: "D. Duccini"
Дата:
Сообщение: Re: SHOW , DESCRIBE, oh what's it called...