Properties

Name: obj_description 
Specific name: obj_description(oid, name) 
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 = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = 11) and objsubid = 0 
Volatility:  
Security of definer:  
Strict:  
Comment: get description for object id and catalog name 

SQL

See Also

List of functions