pg_depend
The pg_depend tracks relationships between database objects, such as tables, columns, constraints, and indexes. It mimics the pg_depend PostgreSQL system catalog.
|
Redpanda SQL does not support custom types. |
Columns
The following columns are available for querying in pg_depend:
| Column | Type | Description |
|---|---|---|
|
|
This column represents the OID of the system catalog the dependent object is in |
|
|
This column represents the OID of the specific dependent object |
|
|
This column represents the column number for a table column |
|
|
This column represents the OID of the system catalog the referenced object is in |
|
|
This column represents the OID of the specific referenced object |
|
|
This column represents the column number for a table column |
|
|
unused |