Re: HELP! ... pg_locale ??? - Mailing list pgsql-sql

From Tom Lane
Subject Re: HELP! ... pg_locale ???
Date
Msg-id 28249.972624821@sss.pgh.pa.us
Whole thread Raw
In response to HELP! ... pg_locale ???  (Sandis Jerics <sandis@mediaparks.lv>)
List 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 by date:

Previous
From: Daniel Kalchev
Date:
Subject: except on nulls?
Next
From: Grant Finnemore
Date:
Subject: Re: renaming columns... danger?