Group: pgsql.sql


Subject: plpythonu and "hello concurrent world"
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/5/2007 9:42:04 AM
Gerardo Herzig <gherzig@fmed.uba.ar> writes: > Hi all. Im having some "problems" with a small concurrent plpython function. Don't even *think* about starting multiple threads inside the Postgres backend. It's an excellent way to break things. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend