Re: Function won't compile

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Joop van Bussel" <jvbussel(at)natlab(dot)research(dot)philips(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Function won't compile
Date: 2001-10-24 21:30:15
Message-ID: m3adygafq0.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Joop van Bussel" <jvbussel(at)natlab(dot)research(dot)philips(dot)com> writes:

> Hi,
>
> Does anybody know why the function insert_case() won't compile. When I
> INSERT a new record I always get the following error message :
>
> NOTICE: plpgsql: ERROR during compile of insert_case near line 1
> "RROR: parse error at or near "

Let me guess: you wrote it on DOS and copied it to Unix. Strip out
the ^M's and you should be OK.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gordan Bobic 2001-10-24 21:37:17 Re: plperl and table/record access
Previous Message Fran Fabrizio 2001-10-24 21:28:44 Recursive function w/ hierarchical data