Returns the comment for a table column, which is specified by the OID of its table and its column number.
Signatures & examples
col_description ( table oid, column integer ) → text
Returns the comment for a table column, which is specified by the OID of its table and its column number. (obj_description cannot be used for table columns, since columns do not have OIDs of their own.)Version history 1