Force postgres to escape all values in response

90 Views Asked by At

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).

0

There are 0 best solutions below