非互換
FUJITSU Enterprise Postgres 13では、text配列の引用符で囲まれていない要素の返却値を変更します。
[例]下記のSQL文を処理します。
insert into test_strings (strings) values (U&'{a\2001b, a b}'::varchar[]); select strings from test_strings;
[ab, a b]を返却します。
[a b,""a b""]を返却します。
対処方法
ありません。