date infinity - Mailing list pgsql-sql

From Ferruccio Zamuner
Subject date infinity
Date
Msg-id 200101012355.f01NtCp13928@tnt.diff.org
Whole thread Raw
Responses Re: date infinity  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Hi,

I've not found, as reported into postgresql docs, 'infinity':

create temp table subscriptions ( id int references people, expire date default 'infinity');
ERROR:  Unrecognized date external representation 'infinity'


Is there someone that knows the new costant name?


From PostgreSQL docs:
http://localhost/pg7.0.3/postgres/datatype1134.htm
Table 3-14. Postgres Special Date/Time Constants
infinity        Later than other valid times

now and today costants are working.


Bye,            \fer


pgsql-sql by date:

Previous
From: "Brett W. McCoy"
Date:
Subject: Re: AUTOINCREMENT--help
Next
From: Tom Lane
Date:
Subject: Re: date infinity