pub fn format_bytea_array(items: &[Option<Vec<u8>>]) -> StringExpand description
v7.37.5 γ — render a BYTEA[] in PG external form. Each
non-NULL element is \\x<hex> (the PG hex output form) and
is double-quoted because the leading backslash is a PG array
escape character.