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

2.2.189 string_to_array関数の説明の変更

非互換

FUJITSU Enterprise Postgres 14では、psqlコマンドの「\df+ string_to_array」より出力されたstring_to_array関数の情報に対して、関数の説明を示す「Description」列の内容を変更します。

FUJITSU Enterprise Postgres 13 SP1以前の場合

[例]

=# \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)
FUJITSU Enterprise Postgres 14の場合

[例]

=# \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)

対処方法

ありません。