Cloud

obj_description

The obj_description() is a comment information function that returns the comment associated with a specific database object.

Syntax

obj_description (object_oid, catalog_name) → text

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 NULL when either parameter (object_oid or catalog_name) is NULL.