非互換
Timestampおよびtimestamptzの減算においてオーバーフローを検出します。
postgres=# SELECT timestamp '294276-12-31 23:59:59' - timestamp '1999-12-23 19:59:04.224192' AS overflows; overflows ---------------------------------- -106751991 days -04:00:54.775808 (1 row)
postgres=# SELECT timestamp '294276-12-31 23:59:59' - timestamp '1999-12-23 19:59:04.224192' AS overflows; ERROR: interval out of range
対処方法
ありません。