date infinity

From: Ferruccio Zamuner <nonsolosoft(at)diff(dot)org>
To: pgsql-sql(at)postgresql(dot)org
Subject: date infinity
Date: 2001-01-01 23:55:12
Message-ID: 200101012355.f01NtCp13928@tnt.diff.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Davis 2001-01-02 00:04:41 Removing a constraint?
Previous Message Tom Lane 2001-01-01 22:01:16 Re: resetting serials and sequences