Cloud
pg_description
The pg_description stores descriptions (comments) for each database object. It mimics the pg_description PostgreSQL system catalog.
Columns
The following columns are available for querying in pg_description:
| Column | Type | Description |
|---|---|---|
|
|
This column represents the OID (Object ID) of the object for which the description is stored |
|
|
This column represents the OID of the table that the object belongs to |
|
|
If an object has multiple parts (for example, columns in a table), |
|
|
This column represents the description for the specified object |
Was this helpful?