Re: simple function syntax

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: simple function syntax
Дата
Msg-id 29824.980663305@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: simple function syntax  (Culley Harrelson <culleyharrelson@yahoo.com>)
Список pgsql-general
Culley Harrelson <culleyharrelson@yahoo.com> writes:
> ok the complete error is:
> ----------------
> NOTICE:  plpgsql:  ERROR during compile of add_one
> near line 1
> "RROR: parse error near "
> ----------------

Oh, that old thing...

Save the script with a less Microsofty editor, one that thinks newlines
are \n not \r\n.  The plpgsql parser doesn't think \r is whitespace.

(Yes, it's been changed for 7.1)

            regards, tom lane

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

Предыдущее
От: Culley Harrelson
Дата:
Сообщение: Re: simple function syntax
Следующее
От: Martin Leja
Дата:
Сообщение: Re: someone please explain this regex behaviour