"Taso Hatzi" <[EMAIL PROTECTED]> writes: > It looks to me like a thread isolation problem.
If you have multiple threads accessing the same connection, it's up to *you* to provide interlocking to make sure they don't try to issue concurrent queries; libpq has no internal mutex for that. I believe similar statements hold for ECPG's state. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly