Re: simple function syntax - Mailing list pgsql-general

From Tom Lane
Subject Re: simple function syntax
Date
Msg-id 29824.980663305@sss.pgh.pa.us
Whole thread Raw
In response to Re: simple function syntax  (Culley Harrelson <culleyharrelson@yahoo.com>)
List pgsql-general
Culley Harrelson <culleyharrelson@yahoo.com> writes:
> ok the complete error is:
> ----------------
> NOTICE:  plpgsql:  ERROR during compile of add_one
> near line 1
> "RROR: parse error near "
> ----------------

Oh, that old thing...

Save the script with a less Microsofty editor, one that thinks newlines
are \n not \r\n.  The plpgsql parser doesn't think \r is whitespace.

(Yes, it's been changed for 7.1)

            regards, tom lane

pgsql-general by date:

Previous
From: Culley Harrelson
Date:
Subject: Re: simple function syntax
Next
From: Martin Leja
Date:
Subject: Re: someone please explain this regex behaviour