Function pg_get_indexdef_col

Source
fn pg_get_indexdef_col(
    oid: i32,
    column_no: i32,
    _pretty_bool: bool,
    writer: &mut impl Write,
) -> Result<()>