How to Describe a field in the table???

Поиск
Список
Период
Сортировка
От Boulat Khakimov
Тема How to Describe a field in the table???
Дата
Msg-id 3AA274AF.43EC3030@inet-interactif.com
обсуждение исходный текст
Список pgsql-general
Hi,

Im porting my programs from mySQL to PG.
mySQL supports  a query "DESCRIBE tablename fieldname" , that provides a

detailed
description of a specific table field.

Is there such an equivalent in PG?
"\d tablename" gives description for all the fields in the table,
however I need to find
out a description for a specific field only.


Regards,
Boulat


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

Предыдущее
От: will trillich
Дата:
Сообщение: triggers vs. 'NEW in non-rule query' -- SOLVED?
Следующее
От: Boulat Khakimov
Дата:
Сообщение: Two way encription in PG???