How to Describe a field in the table???

Boulat Khakimov <boulat@inet-interactif.com>

From: Boulat Khakimov <boulat@inet-interactif.com>
To: pgsql-general@postgresql.org
Date: 2001-03-04T17:00:31Z
Lists: 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