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

2.2.68 psqlの\d0コマンドの表示の変更

非互換

Psqlの\d0コマンドで出力される列の順序が変更されます。

Fujitsu Enterprise Postgres 15以前の場合
[例]
postgres=# \dO "no.such.collation"
                            List of collations
 Schema | Name | Collate | Ctype | ICU Locale | Provider | Deterministic?
--------+------+---------+-------+------------+----------+----------------
(0 rows)
Fujitsu Enterprise Postgres 16の場合
[例]
postgres=# \dO "no.such.collation"
                                  List of collations
 Schema | Name | Provider | Collate | Ctype | ICU Locale | ICU Rules | Deterministic?
--------+------+----------+---------+-------+------------+-----------+----------------
(0 rows)

対処方法

ありません。