plpython error since upgrading from 7.x to 8.x

From: CSN <cool_screen_name90001(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: plpython error since upgrading from 7.x to 8.x
Date: 2005-05-25 09:04:22
Message-ID: 20050525090422.71418.qmail@web52904.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I had a plpythonu function that worked in 7.x but
since upgrading to 8.x it's giving this error:

ERROR: plpython: function "notify" failed
DETAIL: exceptions.TypeError: unsubscriptable object

plpythonu IS installed in the database in which I'm
trying to use the function. Any idea what the problem
is?

Thanks,
CSN

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-05-25 09:06:33 Re: postmaster fails to start
Previous Message CSN 2005-05-25 08:59:13 More detailed error logging?