| Name: | obj_description |
| Specific name: | obj_description(oid) |
| Owner: | postgres |
| Argument count: | 1 |
| 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) |
See Also
List of functions