Skip to main content

format_bytea_hex

Function format_bytea_hex 

Source
pub fn format_bytea_hex(b: &[u8]) -> String
Expand description

v7.10.4 — render a BYTEA payload in PG’s hex output format (\x prefix, lowercase hex pairs). Public so the wire layer can emit the canonical bytea-as-text representation.