非互換
FUJITSU Enterprise Postgres 14では、psqlコマンドの「\df+ string_to_array」より出力されたstring_to_array関数の情報に対して、関数の説明を示す「Description」列の内容を変更します。
[例]
=# \df+ string_to_array
List of functions
Schema | Name |… | Description
----------+------------+…+---------------------------------------
pg_catalog | string_to_array |… | split delimited text into text[]
pg_catalog | string_to_array |… | split delimited text into text[], with null string
(2 rows)[例]
=# \df+ string_to_array
List of functions
Schema | Name |… | Description
----------+------------+…+---------------------------------------
pg_catalog | string_to_array |… | split delimited text
pg_catalog | string_to_array |… | split delimited text, with null string
(2 rows)対処方法
ありません。