Cloud
obj_description
The obj_description() is a comment information function that returns the comment associated with a specific database object.
Parameters
-
object_oid: Specifies the object identifier (OID) of the database object to retrieve the comment for. -
catalog_name: Specifies the name of the system catalog that contains the object.
Restrictions
-
This implementation returns
NULLwhen either parameter (object_oidorcatalog_name) isNULL.
Was this helpful?