pub fn raise_text(value: &Value) -> Result<String, SQLError>
Text form of a value inside a RAISE message (NULL renders as <NULL>, booleans as t / f, arrays in brace form).
NULL
<NULL>
t
f