timestamp() broken in 7.2.4?

From: Holger Marzen <holger(at)marzen(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: timestamp() broken in 7.2.4?
Date: 2003-06-26 22:47:02
Message-ID: Pine.LNX.4.50.0306270044080.816-100000@bluebell.marzen.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In 7.1.3 I can use

select timestamp(date '2001-01-01', time '00:00');

but in 7.2.4 I get

db1=# select timestamp(date '2001-01-01', time '00:00');
ERROR: parser: parse error at or near "date"

I get the same error when using actual columns in actual tables. Both
PostgreSQL versions are compiled from source on a Intel Linux box.

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xB5A1AFE1

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lamar Owen 2003-06-26 22:51:55 Re: 7.3.3 RPM build
Previous Message Manuel Sugawara 2003-06-26 22:34:58 Re: 7.3.3 RPM build