非互換
Fujitsu Enterprise Postgres 17では、psqlにおける\dDコマンドの結果を変更します。
postgres=# \dD con
List of domains Schema | Name | Type | Collation | Nullable | Default | Check --------+------+---------+-----------+----------+---------+-------------------------------------- public | con | integer | | | | CHECK (VALUE < 34) CHECK (VALUE > 0) (1 row)
postgres=# \dD con
List of domains
Schema | Name | Type | Collation | Nullable | Default | Check
--------+------+---------+-----------+----------+---------+--------------------------------------
public | con | integer | | | | CHECK (VALUE > 0) CHECK (VALUE < 34)
(1 row)
対処方法
ありません。