kag0
kag0

Reputation: 6054

Force postgres to escape all values in response

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

Answers (0)

Related Questions