Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法让 postgres 转义查询响应中的所有值?
特别是对于像({xx(yy)zz})(复合类型的数组字段中的文本值)这样的情况,它会转义为({"xx(yy)zz"})(或类似的东西)。
({xx(yy)zz})
({"xx(yy)zz"})