parse error in timestamp function

From: Bart Teeuwisse <bart-postgres(at)7-sisters(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: parse error in timestamp function
Date: 2002-02-18 01:58:40
Message-ID: 3C705FD0.7080508@7-sisters.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

The following examples from 4.8. Date/Time Functions and Operators fail
with parse errors in PG 7.2:

select timestamp(date '2000-12-25');
ERROR: parser: parse error at or near "date"

select timestamp(date '1998-02-24',time '23:07');
ERROR: parser: parse error at or near "date"

The same examples do work in PG 7.1.3.

Is this a bug?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-02-18 02:52:34 Re: Database Performance?
Previous Message Stephan Szabo 2002-02-18 01:10:11 Re: referential integrity problem