Re: trouble with trigger/function???

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: cmarkiew(at)commnav(dot)com
Cc: "'Nelson Ferreira Jr'" <nelson(at)radix(dot)com(dot)br>, "'Postgres \(E-mail\)'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: trouble with trigger/function???
Date: 2000-10-03 15:37:34
Message-ID: 17859.970587454@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"chris markiewicz" <cmarkiew(at)commnav(dot)com> writes:
> NOTICE: plpgsql: ERROR during compile of onefn near line 1
> "RROR: parse error at or near "

The message looks just like that, eh? It's probably complaining about a
carriage return character in the text. Don't prepare your scripts with
DOS-style newline sequences in them. (For 7.1, plpgsql has been fixed
to accept \r as whitespace, but current versions don't...)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSIB 2000-10-03 15:43:14 kak.htm virus
Previous Message Tom Lane 2000-10-03 15:11:54 Re: alternative DB locations