Re: call pl/pgsql function from main pl/pgsql function

Поиск
Список
Период
Сортировка
От Jov
Тема Re: call pl/pgsql function from main pl/pgsql function
Дата
Msg-id CADyrUxNj0p_7Anzxkw1mVD2n+hd1skMQqdZV7wEujSk9o7i5+g@mail.gmail.com
обсуждение исходный текст
Ответ на call pl/pgsql function from main pl/pgsql function  (Mehdi Ravanbakhsh <babakco@gmail.com>)
Список pgsql-general

Plain pg function is synchronization,the main function must wait for the sub function over.
I rember dblink can send asynchronous query,maybe you can wrap your sub function with dblink.but transition behavior should be careful thought.

2014年9月28日 8:25 PM于 "Mehdi Ravanbakhsh" <babakco@gmail.com>写道:
Hi All

I have one main function in  pl/pgsql and one subset function in pl/pgsql .

i need to call  Subset Function From main function and i do not need to wait for subset Function return. I just need to send parameter to subset function and do not need any thing in return.

So i can call multiply subset function  repeatedly. 

Any one can help with this problem ?

В списке pgsql-general по дате отправления:

Предыдущее
От: "Roopeshakumar Narayansa Shalgar (rshalgar)"
Дата:
Сообщение: Re: PANIC: could not create file "pg_xlog/xlogtemp.7884": No space left on device
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: PANIC: could not create file "pg_xlog/xlogtemp.7884": No space left on device