Re: HELP! ... pg_locale ???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HELP! ... pg_locale ???
Дата
Msg-id E13pPtV-000756-00@orbits.com
обсуждение исходный текст
Ответ на HELP! ... pg_locale ???  (Sandis Jerics <sandis@mediaparks.lv>)
Список pgsql-sql
Sandis Jerics <sandis@mediaparks.lv> writes:
> As result, now all queries, written inside the php code on multiply lines,
> returns the following:
>  ERROR: parser: parse error at or near " "

At a guess, you're having trouble with newline representations
(Unix convention is \n only, DOS/Windows convention is \r\n,
and then there's Macintosh which likes \r only).

We've been working to change Postgres to accept all of these
choices, but depending on which version of which tool you are
using, you may need to toe the Unix line faithfully.  The above
message looks a lot like something spitting up on a stray \r.

Dunno what your admin did to make the problem appear where you
hadn't had it before...
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: benchmarks
Следующее
От: "Emils Klotins"
Дата:
Сообщение: Re: renaming columns... danger?