Re: function runs on Windows not on solaris

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: function runs on Windows not on solaris
Дата
Msg-id 14297.1092962748@sss.pgh.pa.us
обсуждение исходный текст
Ответ на function runs on Windows not on solaris  (suraj mundada <surajmundada@yahoo.com>)
Список pgsql-general
suraj mundada <surajmundada@yahoo.com> writes:
>   UPDATE db_license_tab SET account_id=accountId,license_anniversarydate=current_date(),license_status=1 WHERE
license_key=licKey;

> ERROR:  parser: parse error at or near "(" at character 80

I believe CURRENT_DATE is supposed to be called without parentheses.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: int8, primary key, seq scan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: libpq: passwords WAS: scripting & psql issues