Re: plpythonu strange syntax error

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Michele Bendazzoli <mickymouse(at)mickymouse(dot)it>
Cc: pgsql <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: plpythonu strange syntax error
Date: 2005-02-18 09:56:23
Message-ID: 20050218095623.GA54765@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Fri, Feb 18, 2005 at 10:38:17AM +0100, Michele Bendazzoli wrote:

> I try to create a trivial (for testing purpouse) function with the
> plpythonu language in postgresql 8.0 but when I try to utilize it the
> postgres refuse to compile it for a sintax error:
> 'ERROR: plpython: could not compile function ''myfunc''
> DETAIL: exceptions.SyntaxError: invalid syntax (line 2)'

Does the string that contains the Python code have carriage returns?
Python is picky about that; there was a thread about it recently.

http://archives.postgresql.org/pgsql-general/2005-01/msg00792.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michele Bendazzoli 2005-02-18 11:26:00 Re: plpythonu strange syntax error
Previous Message Michele Bendazzoli 2005-02-18 09:38:17 plpythonu strange syntax error