Skip to main content

pg_text_array_literal

Function pg_text_array_literal 

Source
fn pg_text_array_literal(elements: &[Option<String>]) -> String
Expand description

Postgres text[] literal, e.g. {"en","ja",NULL}. Every element is quoted (NULL excepted) so commas/braces/quotes in values are unambiguous.