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

2.2.8 unaccentモジュールの動作の変更

非互換

Fujitsu Enterprise Postgres 17では、unaccentモジュールにおいて、一部の文字の結果を正しく返却するように変更します。

Fujitsu Enterprise Postgres 16 SP1の場合
postgres=# SELECT unaccent('1½');
 unaccent
----------
 11/2
(1 row)
Fujitsu Enterprise Postgres 17の場合
postgres=# SELECT unaccent('1½'); 
 unaccent
----------
 1 1/2
(1 row)

対処方法

ありません。