Properties

Name: obj_description 
Specific name: obj_description(oid) 
Owner: postgres 
Argument count:
Return type: text 
Language: sql 
Return a set:  
Source: select description from pg_catalog.pg_description where objoid = $1 and objsubid = 0 
Volatility:  
Security of definer:  
Strict:  
Comment: get description for object id (deprecated) 

SQL

See Also

List of functions