fn column_display(
table: Option<&PartialItemName>,
column: &ColumnName,
) -> StringExpand description
Format table.column as a dotted PostgreSQL reference (relation +
column). Each component is rendered as its raw identifier — no outer
quotes — so a reader interprets the dot as a separator rather than as
part of a single quoted identifier.