> Is the standard libpq.dll distributed by PostgreSQL8.0 for > windows thread safe by default ?
No.It is safe as long as you use each PGconn on a separate thread but youcannot share the same PGconn between threads.
//Magnus