multiple stored procedures usage and updation - Mailing list pgsql-general

From sumesh
Subject multiple stored procedures usage and updation
Date
Msg-id 1358391784795-5740681.post@n5.nabble.com
Whole thread Raw
List 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.


pgsql-general by date:

Previous
From: Charles Porter
Date:
Subject: Re: pg_upgrade problem from 8.4 to 9.2 problems on OSX
Next
From: Rich Shepard
Date:
Subject: Re: Combine Date and Time Columns to Timestamp