How to describe a field in the table ??? - Mailing list pgsql-sql

From Boulat Khakimov
Subject How to describe a field in the table ???
Date
Msg-id 3AA274E8.299899B7@inet-interactif.com
Whole thread Raw
List pgsql-sql
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-sql by date:

Previous
From: Gerald Gutierrez
Date:
Subject:
Next
From: Boulat Khakimov
Date:
Subject: Two way encryption in PG???