Recursive function

From: Juan Daniel Santana Rodés <jdsantana(at)estudiantes(dot)uci(dot)cu>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Recursive function
Date: 2013-11-22 20:56:45
Message-ID: 528FC50D.6040900@estudiantes.uci.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi everyone...
I have a problem. I am programming a recursive function in plpgsql
language. This function use a cursor and when the function try to call
the same function throw a exception that it say me that the cursor is using.
My friends how I can to resolve this problem.
Regards!!

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andres Freund 2013-11-22 21:02:28 Re: [GENERAL] pg_upgrade ?deficiency
Previous Message Joshua Boyd 2013-11-22 20:52:46 Easiest way to CREATE EXTENSION when upgrading from 9.0 to 9.2?