Re: [SQL] tip: weird parse error for pl/pgsql

2000-08-22 Thread Tom Lane
Keith Wong <[EMAIL PROTECTED]> writes: > It seems that pl/pgsql has a problem parsing Window style > new line characters. Ah-hah, good catch! I have fixed this bug for 7.1. If you want to patch your local copy, the critical changes are: *** src/pl/plpgsql/src/scan.l.orig Thu Jun 22 19:0

[SQL] tip: weird parse error for pl/pgsql

2000-08-22 Thread Keith Wong
Hi everyone, After fiddling for about a day to work out why my pl/pgsql stored procedures weren't working I finally discovered why. It seems that pl/pgsql has a problem parsing Window style new line characters. I was writing my stored procedures using a Windows app, and then running them on my