Re: simple function syntax

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Culley Harrelson <culleyharrelson(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: simple function syntax
Date: 2001-01-28 06:28:25
Message-ID: 29824.980663305@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Culley Harrelson <culleyharrelson(at)yahoo(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martin Leja 2001-01-28 09:28:07 Re: someone please explain this regex behaviour
Previous Message Culley Harrelson 2001-01-28 06:24:03 Re: simple function syntax