Skip to main content

column_display

Function column_display 

Source
fn column_display(
    table: Option<&PartialItemName>,
    column: &ColumnName,
) -> String
Expand 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.