Properties

Name: shobj_description 
Specific name: shobj_description(oid, name) 
Owner: postgres 
Argument count:
Return type: text 
Language: sql 
Return a set:  
Source: select description from pg_catalog.pg_shdescription where objoid = $1 and classoid = (select oid from pg_catalog.pg_class where relname = $2 and relnamespace = 11) 
Volatility:  
Security of definer:  
Strict:  
Comment: get description for object id and shared catalog name 

SQL

See Also

List of functions