Properties

Name: col_description 
Specific name: col_description(oid, integer) 
Owner: postgres 
Argument count:
Return type: text 
Language: sql 
Return a set:  
Source: select description from pg_catalog.pg_description where objoid = $1 and classoid = 'pg_catalog.pg_class'::regclass and objsubid = $2 
Volatility:  
Security of definer:  
Strict:  
Comment: get description for table column 

SQL

See Also

List of functions