Structsยง
- PgAttrdef ๐
- The catalog
pg_attrdefstores column default values. The main information about columns is stored inpg_attribute. Only columns for which a default value has been explicitly set will have an entry here. Ref:https://www.postgresql.org/docs/current/catalog-pg-attrdef.html