Cloud
pg_attrdef
The pg_attrdef stores information about column default values. It mimics the pg_attrdef PostgreSQL system catalog.
|
Redpanda SQL does not support custom types. |
Columns
The following columns are available for querying in pg_attrdef:
| Column | Type | Description |
|---|---|---|
|
|
This column represents the row identifier |
|
|
This column represents the table to which this column belongs |
|
|
This column represents the number of the column within the table |
|
|
This column represents the default value for the column |
Was this helpful?