call pl/pgsql function from main pl/pgsql function

Поиск
Список
Период
Сортировка
От Mehdi Ravanbakhsh
Тема call pl/pgsql function from main pl/pgsql function
Дата
Msg-id CAFnRD1kkigXBdrxaZD+Ksx7vSR_JDvyTjqdWXHnzqK4Nrk87yw@mail.gmail.com
обсуждение исходный текст
Ответы Re: call pl/pgsql function from main pl/pgsql function  (David G Johnston <david.g.johnston@gmail.com>)
Re: call pl/pgsql function from main pl/pgsql function  (Jov <amutu@amutu.com>)
Список pgsql-general
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 по дате отправления:

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Postgres as key/value store
Следующее
От: David G Johnston
Дата:
Сообщение: Re: call pl/pgsql function from main pl/pgsql function