pl/python, plpy and nrows()

From: Gerhard Pfeiffer <gp(at)bnbt(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: pl/python, plpy and nrows()
Date: 2001-10-22 20:57:09
Message-ID: 3BD48825.2040702@bnbt.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hallo,

I do
res = plpy.execute("select * from koordinaten")

print("res: "+repr(res))

print("res.nrows(): "+repr(res.nrows()))

and on the stdout of the postmaster-process I get:
res: <PLyResult object at 0x8767350>
ERROR: plpython: Call of function `__plpython_procedure_sms_46221'
failed.
exceptions.SystemError: error return without exception set

It seems, that it just stops execution, when I call nrows().
What can I do about it?

Ciao,
Gerhard

Browse pgsql-general by date

  From Date Subject
Next Message Mihai Gheorghiu 2001-10-22 21:23:49 Re: Problems setting up PostgreSQL and Tomcat JDBC connection
Previous Message Herb Blacker 2001-10-22 20:54:14 Corrupted end of Record