multiple stored procedures usage and updation

From: sumesh <cmsnalupura(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: multiple stored procedures usage and updation
Date: 2013-01-17 03:03:04
Message-ID: 1358391784795-5740681.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all

I have two function,one for calculation and another for calling the other
function.I called calculation function in main function through for
loop.These
loop may more than 5000 times iterate,but calculation updation in sub
function
happend only after full execution of main function,I need updation at each
iteration.
Is this possible in postgres?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/multiple-stored-procedures-usage-and-updation-tp5740681.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Janes 2013-01-17 03:32:29 Re: Sample databases
Previous Message Charles Porter 2013-01-17 02:47:12 Re: pg_upgrade problem from 8.4 to 9.2 problems on OSX