ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.2.5 \vの扱いの変更

非互換

Fujitsu Enterprise Postgres 17では、\vを空白としてパースするように変更します。

Fujitsu Enterprise Postgres 16 SP1の場合
postgres=# SELECT E'key\u000B=>value\u000B'::hstore;
         hstore
------------------------
 "key\x0B"=>"value\x0B"
(1 row)
Fujitsu Enterprise Postgres 17の場合
postgres=# SELECT E'key\u000B=>value\u000B'::hstore;
     hstore
----------------
 "key"=>"value"
(1 row)

対処方法

ありません。