multiple stored procedures usage and updation

Поиск
Список
Период
Сортировка
От sumesh
Тема multiple stored procedures usage and updation
Дата
Msg-id 1358391784795-5740681.post@n5.nabble.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Charles Porter
Дата:
Сообщение: Re: pg_upgrade problem from 8.4 to 9.2 problems on OSX
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Combine Date and Time Columns to Timestamp