Re: [GENERAL] Postgresql PL parallel processing inside Postgresql function....

2012-12-11 Thread David Johnston
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

[GENERAL] Postgresql PL parallel processing inside Postgresql function....

2012-12-11 Thread Misa Simic
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