Re: multiline PL/Python function fails in *.sql

From: Wolfgang Rohdewald <wolfgang(at)rohdewald(dot)de>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: multiline PL/Python function fails in *.sql
Date: 2003-12-04 00:06:27
Message-ID: 200312040106.27517.wolfgang@rohdewald.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

solution:

CRLF line separators are correctly scanned in normal SQL and in PG/SQL
triggers but NOT in Python triggers.

I'd say this is a bug. I will retest with postgresql 7.4 when available
as a debian package.

--
Wolfgang

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Wolfgang Rohdewald 2003-12-04 00:12:24 'import site' failed; use -v for traceback
Previous Message Sai Hertz And Control Systems 2003-12-03 23:24:27 Re: comparring dates between perl and postgres