Oxla Developer Hub home page
Search...
⌘K
Ask AI
Oxla.com
Docker Hub
Blog
Search...
Navigation
Other
shobj_description()
Home
Welcome
Oxla Product Roadmap
Changelog
Introduction
What is Oxla and why use it
Development Guide
Quickstart
Configuration & Deployment
Cloud Storage
SQL Reference
Overview
SQL Statements
SQL Mutations
SQL Clauses
SQL Data Types
SQL Functions
Overview
Boolean
Math
String
Timestamp
Trigonometric
JSON
Aggregate
Window
String
Timestamp
Boolean
JSON
Other
Overview
coalesce
current_database
current_schema
has_schema_privilege
nullif
pg_get_expr
pg_total_relation_size
pg_typeof
col_description
pg_get_constraintdef
pg_table_is_visible
pg_size_pretty
obj_description
pg_table_size
pg_get_indexdef
shobj_description
pg_backend_pid
pg_encoding_to_char
pg_relation_is_publishable
pg_get_userbyid
pg_get_statisticsobjdef_columns
Trigonometric
Schema Definition
Comment Support
Transactions
Clients & Tools
Security
System Catalogs
Monitoring
Troubleshooting & Optimization
Resources
OLTP vs. OLAP
Oxla vs. PostgreSQL
On this page
Overview
Syntax
Parameters
Restrictions
Other
shobj_description()
Overview
The
shobj_description()
is a comment information function that retrieves the comment associated with a shared database object.
Syntax
The syntax for the
shobj_description()
function is as follows:
shobj_description (object_oid, catalog_name) → NULL
Parameters
The following parameters are required to execute this function:
object_oid
: specifies the object identifier (OID) of the shared object for which you want to retrieve the comment
catalog_name
: specifies the name of the system catalog that contains the shared object
Restrictions
This function always returns
NULL
if there are no parameters specified
pg_get_indexdef
pg_backend_pid
Assistant
Responses are generated using AI and may contain mistakes.