Cloud

shobj_description

The shobj_description() is a comment information function that retrieves the comment associated with a shared database object.

Syntax

shobj_description (object_oid, catalog_name) → text

Parameters

  • object_oid: Specifies the object identifier (OID) of the shared object to retrieve the comment for.

  • catalog_name: Specifies the name of the system catalog that contains the shared object.

Restrictions

  • This implementation returns NULL when either parameter (object_oid or catalog_name) is NULL.