Skip to main content

format_bytea_array

Function format_bytea_array 

Source
pub fn format_bytea_array(items: &[Option<Vec<u8>>]) -> String
Expand 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.