Re: trouble with trigger/function??? - Mailing list pgsql-general

From Tom Lane
Subject Re: trouble with trigger/function???
Date
Msg-id 17859.970587454@sss.pgh.pa.us
Whole thread Raw
In response to RE: trouble with trigger/function???  ("chris markiewicz" <cmarkiew@commnav.com>)
Responses RE: trouble with trigger/function???  ("chris markiewicz" <cmarkiew@commnav.com>)
List pgsql-general
"chris markiewicz" <cmarkiew@commnav.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: alternative DB locations
Next
From: Robert Kernell
Date:
Subject: case insensitive matching