Re: [GENERAL] timestamp parse error - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: [GENERAL] timestamp parse error
Date
Msg-id 20020920073512.E40130-100000@megazone23.bigpanda.com
Whole thread Raw
In response to timestamp parse error  ("Tomas Lehuta" <lharp@aurius.sk>)
List pgsql-sql
On Fri, 20 Sep 2002, Tomas Lehuta wrote:

> Hello!
>
> i'm using PostgreSQL 7.2.1 and got strange parse errors..
> could somebody tell me what's wrong with this timestamp query example?
>
> PostgreSQL said: ERROR: parser: parse error at or near "date"
> Your query:
>
> select timestamp(date '1998-02-24', time '23:07')
>
> example is from PostgreSQL help and certainly worked in previous versions of
> pgsql.. but in 7.2.1 it does not. had anything changed and not been updated
> in pgsql manuals or is it a bug?

Presumably it's a manual example that didn't get changed.  Timestamp(...)
is now a specifier for the type with a given precision.  You can use
"timestamp"(date '1998-02-24', time '23:07') or datetime math (probably
something like date '1998-02-24' + time '23:07' and possibly a cast)



pgsql-sql by date:

Previous
From: Aaron Held
Date:
Subject: Re: Performance w/ multiple WHERE clauses
Next
From: Ricardo Javier Aranibar León
Date:
Subject: query concat