Re: 9.2 timestamp function syntax error - Mailing list pgsql-general

From Albe Laurenz
Subject Re: 9.2 timestamp function syntax error
Date
Msg-id A737B7A37273E048B164557ADEF4A58B057BA839@ntex2010a.host.magwien.gv.at
Whole thread Raw
In response to 9.2 timestamp function syntax error  (Guy Rouillier <guy.rouillier@gmail.com>)
Responses Re: 9.2 timestamp function syntax error
List pgsql-general
Guy Rouillier wrote:
> I don't understand the error resulting from the following progression on
> 9.2 (specifically "EnterpriseDB 9.2.1.3 on x86_64-unknown-linux-gnu,
> compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 64-bit"):
>
> select sysdate => timestamp without time zone
>
> select timestamptz(sysdate) => timestamp with time zone
>
> select timestamp(timestamptz(sysdate)) => ERROR:  syntax error at or
> near "timestamptz"
>
> OR
>
> select timestamp(sysdate::timestamptz)) => ERROR:  syntax error at or
> near "sysdate"
>
> I see a function in pg_catalog with signature timestamp(timestamp with
> time zone).  Why isn't it being applied?

That must be EnterpriseDB's proprietary Postgres Plus, since
regular PostgreSQL doesn't have "sysdate".

Try to ask EnterpriseDB, they are more likely to be able to help.

Yours,
Laurenz Albe


pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: [HACKERS] Floating point error
Next
From: Alexander Farber
Date:
Subject: Finding matching words in a word game