Re: Re: sintax???

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alfonso Peniche <alfonso(at)iteso(dot)mx>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: sintax???
Date: 2001-02-06 16:31:57
Message-ID: 25280.981477117@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Alfonso Peniche <alfonso(at)iteso(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ned Lilly 2001-02-06 16:33:48 Re: GUI Clients for PostgreSQL
Previous Message Fred Yankowski 2001-02-06 16:21:30 Re: startup Postgres on NT