Re: Bug #696: timestamp function does not work? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #696: timestamp function does not work?
Date
Msg-id 21242.1024952213@sss.pgh.pa.us
Whole thread Raw
In response to Bug #696: timestamp function does not work?  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> After I installed the new RedHat 7.3 with Postgres 7.2 some of my
> SQLs didn't worked. Mainly thoose, with the timestamp function:
>   timestamp(current_date, current_time)
> does work under 7.1 but under 7.2 there is an parser error!

You're gonna have to rename the function.  Sorry.

(Actually, you could double quote it instead: "timestamp"(foo,bar)
but the path of least resistance is to choose a name that is not
an SQL reserved word.)

            regards, tom lane

pgsql-bugs by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: Bug #696: timestamp function does not work?
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #697: Start problem