Stored procedures returning cursors - Mailing list psycopg

From Rodolfo Stangherlin
Subject Stored procedures returning cursors
Date
Msg-id 20111220164737.18834g0698punqkp@webmail.ucs.br
Whole thread Raw
Responses Re: Stored procedures returning cursors
List psycopg
I was trying to call a procedure returning a "ref cursor" in a
PostgreSQL database. It works with psycopg2 2.3.2, but not with 2.4.4.

My code looks like this:
http://osdir.com/ml/python.db.psycopg.devel/2005-10/msg00116.html

The result is a "cursor <unnamed portal 1> doesn't exists"
How I can do it in the right way?


Thanks!


--
Rodolfo

---------------------------------------
Essa mensagem foi enviada pelo UCS Mail



psycopg by date:

Previous
From: Devrim GÜNDÜZ
Date:
Subject: Re: RELEASE: psycopg 2.4.4
Next
From: Daniele Varrazzo
Date:
Subject: Re: Stored procedures returning cursors