非互換
Psqlの\d0コマンドで出力される列の順序が変更されます。
postgres=# \dO "no.such.collation"
List of collations
Schema | Name | Collate | Ctype | ICU Locale | Provider | Deterministic?
--------+------+---------+-------+------------+----------+----------------
(0 rows)postgres=# \dO "no.such.collation"
List of collations
Schema | Name | Provider | Collate | Ctype | ICU Locale | ICU Rules | Deterministic?
--------+------+----------+---------+-------+------------+-----------+----------------
(0 rows)対処方法
ありません。