forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
3.9 KiB
3.9 KiB
PG_ATTRDEF
PG_ATTRDEF stores default values of columns.
Name |
Type |
Description |
---|---|---|
adrelid |
oid |
Table to which the column belongs |
adnum |
smallint |
Number of the column |
adbin |
pg_node_tree |
Internal representation of the default value of the column |
adsrc |
text |
Internal representation of the readable default value |
Parent topic: System Catalogs