pub fn vector_value_to_string(value: &Value) -> Option<String>Expand description
PostgreSQL’s legacy int2vector and oidvector text format is a space-separated vector, not the brace-delimited array format used by their array-like runtime carrier.