Write a PostgreSQL array as a string from a vector.
arrayStrToVec(x)
x
A vector.
A string.
arrayStrToVec(vecToArrayStr(c("a", "b")))