Reputation: 6054
Is there a way to make postgres escape all the values in the response to a query?
Especially for cases like ({xx(yy)zz})
(a text value in an array field of a composite type) which would escape as ({"xx(yy)zz"})
(or something like that).
Upvotes: 1
Views: 94