Re: Trigger/Function problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Trigger/Function problem
Дата
Msg-id 9806.976852010@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Trigger/Function problem  ("Dan Wilson" <phpPgAdmin@acucore.com>)
Список pgsql-general
"Dan Wilson" <phpPgAdmin@acucore.com> writes:
> I get the following error:
> NOTICE:  plpgsql: ERROR during compile of f_auto_date near line 1
> "RROR:  parse error at or near "

Just like that, eh?  It looks like the parser is spitting up on a \r
in the function text.  Try saving your script with Unix-style newlines.

For 7.1 the plpgsql parser has been fixed to accept DOS-ish newlines,
but for now you gotta be careful...

            regards, tom lane

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

Предыдущее
От: "Dan Wilson"
Дата:
Сообщение: Re: Trigger/Function problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: create trigger (can't compile example, problem with include files)