call pl/pgsql function from main pl/pgsql function

From: Mehdi Ravanbakhsh <babakco(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: call pl/pgsql function from main pl/pgsql function
Date: 2014-09-28 12:19:03
Message-ID: CAFnRD1kkigXBdrxaZD+Ksx7vSR_JDvyTjqdWXHnzqK4Nrk87yw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roopeshakumar Narayansa Shalgar (rshalgar) 2014-09-28 12:52:11 Re: PANIC: could not create file "pg_xlog/xlogtemp.7884": No space left on device
Previous Message Thomas Kellerer 2014-09-28 08:44:56 Re: Postgres as key/value store