Re: Re: sintax??? - Mailing list pgsql-general

From Tom Lane
Subject Re: Re: sintax???
Date
Msg-id 25280.981477117@sss.pgh.pa.us
Whole thread Raw
In response to Re: sintax???  (Alfonso Peniche <alfonso@iteso.mx>)
List 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 by date:

Previous
From: Fred Yankowski
Date:
Subject: Re: startup Postgres on NT
Next
From: Ned Lilly
Date:
Subject: Re: GUI Clients for PostgreSQL