Re: HELP! ... pg_locale ???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: HELP! ... pg_locale ???
Дата
Msg-id 28249.972624821@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 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 по дате отправления:

Предыдущее
От: Daniel Kalchev
Дата:
Сообщение: except on nulls?
Следующее
От: Grant Finnemore
Дата:
Сообщение: Re: renaming columns... danger?