Re: Bug #696: timestamp function does not work?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bug #696: timestamp function does not work?
Дата
Msg-id 21242.1024952213@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bug #696: timestamp function does not work?  (pgsql-bugs@postgresql.org)
Список 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 по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: Bug #696: timestamp function does not work?
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #697: Start problem