From: | Walter McGinnis <pg(at)mars-hq(dot)com> |
---|---|
To: | pgsql-sql(at)postgresql(dot)org |
Subject: | Re: pesky plpgsql |
Date: | 2003-04-04 01:10:41 |
Message-ID: | 40DF58C4-663A-11D7-AEDC-00306571D2C4@mars-hq.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Well I discovered on my own that it was the tabs that were causing the
problem. Which is pretty strange considering I was using emacs on a
remote BSD machine.
Walter
On Thursday, April 3, 2003, at 12:00 PM, Josh Berkus wrote:
> Roberto,
>
>> "non-standard tab character"? Are you saying tab is non-standard or
>> that
>> there's some sort of weird tab character that could be being used in
>> this
>> case?
>>
>> I've always used tabs in my PL/pgSQL functions and it works just fine.
>
> Yes, but some older DOS or other editors, or graphical word
> processors, use a
> tab which is *not* the standard ASCII character, or an end of line
> marker
> which is not CR or CRLF. For example, try creating a PL/pgSQL
> function
> using MS WORD 2000 ....
>
> --
> -Josh Berkus
> Aglio Database Solutions
> San Francisco
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
From | Date | Subject | |
---|---|---|---|
Next Message | Roberto Mello | 2003-04-04 02:09:37 | Re: pesky plpgsql |
Previous Message | Josh Berkus | 2003-04-04 00:42:16 | Re: More wacky grouping |