From: pgsql-general-ow...@postgresql.org
[mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Misa Simic
Sent: Tuesday, December 11, 2012 10:52 AM
To: pgsql
Subject: [GENERAL] Postgresql PL parallel processing inside Postgresql
function
Hi,
I have a table of bunch of records
Hi,
I have a table of bunch of records:
MainTable:
-MainID
-Other attributes
Several Tables what Track Activities about MainIDs...
And one routine written as plpgsql function what Loops trough MainTable and
for each record, calls ProccessTheThing(MainID),
What again sequentially calls, s