7.2b Timestamp - Mailing list pgsql-general

From Dave Smith
Subject 7.2b Timestamp
Date
Msg-id 3BF2CF4C.1080304@candata.com
Whole thread Raw
Responses Re: 7.2b Timestamp
List pgsql-general
Has some thing changed with the timestamp function since 7.0

7.0
create table t (i int);
insert into t values(1);
select  timestamp(date '1998-02-24', time '23:07') from t;
        timestamp
------------------------
  1998-02-24 23:07:00-05
(1 row)


7.2 b
create table t (i int);
insert into t values(1);
select  timestamp(date '1998-02-24', time '23:07') from t;
ERROR:  parser: parse error at or near "date"


I'm asuming it changed in 7.2 because the 7.1 docs show the usage the
same as 7.0 (or the docs are wrong ;-) )





pgsql-general by date:

Previous
From: Brent Verner
Date:
Subject: where can I get mailing list archives in mbox format?
Next
From: waheed rahman
Date:
Subject: Please help me Sir !