Re: multiline PL/Python function fails in *.sql - Mailing list pgsql-novice

From Wolfgang Rohdewald
Subject Re: multiline PL/Python function fails in *.sql
Date
Msg-id 200312040106.27517.wolfgang@rohdewald.de
Whole thread Raw
In response to multiline PL/Python function fails in *.sql  (Wolfgang Rohdewald <wolfgang@rohdewald.de>)
List 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

pgsql-novice by date:

Previous
From: Sai Hertz And Control Systems
Date:
Subject: Re: comparring dates between perl and postgres
Next
From: Wolfgang Rohdewald
Date:
Subject: 'import site' failed; use -v for traceback