On Wed, Dec 11, 2002 at 16:11:12 +0900,
Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp> wrote:
> I see that Postgres has a special keyword "infinity" for use with
> timestamps. Is there an equivalent for dates?
Dates cannot have a value of 'infinity'. Either you can store timestamps
instead of dates or use another column to indicate to indicate the date
is infinite and have your tests check that column as well as the date
column.