PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> When a column uses a domain with DEFAULT value, all system catalogs fail to
> reflect the default:
> - pg_attribute.atthasdef = false
> - No entries in pg_attrdef
> - information_schema.columns.column_default is empty
> But the default value works correctly at runtime.
> This is a metadata bug.
This is a duplicate of #19445, and is no more valid than that is.
Please stop harassing us with poorly-researched bug reports.
regards, tom lane