Re: Re: sintax???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: sintax???
Дата
Msg-id 25280.981477117@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: sintax???  (Alfonso Peniche <alfonso@iteso.mx>)
Список pgsql-general
Alfonso Peniche <alfonso@iteso.mx> writes:
> NOTICE:  plpgsql: ERROR during compile of registrarconexion near line 1
> "RROR:  parse error at or near "

The overwriting of the initial "E" suggests that the thing is
trying to complain about a carriage return (\r).  Probably you
saved your script from an editor that stores newlines in DOS
style (\r\n) rather than Unix style (\n).  plpgsql doesn't think
that \r is whitespace.  That's been changed for 7.1, but in the
meantime you need a less Microsofty editor.

            regards, tom lane

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

Предыдущее
От: Fred Yankowski
Дата:
Сообщение: Re: startup Postgres on NT
Следующее
От: Ned Lilly
Дата:
Сообщение: Re: GUI Clients for PostgreSQL