Re: PGconn thread safety - Mailing list pgsql-general

From Neil Conway
Subject Re: PGconn thread safety
Date
Msg-id 1044589412.28519.28.camel@tokyo
Whole thread Raw
In response to PGconn thread safety  (ahoward <ahoward@fsl.noaa.gov>)
Responses Re: PGconn thread safety
List pgsql-general
On Thu, 2003-02-06 at 21:19, ahoward wrote:
> does anyone know if PGconns are safe to use from multiple threads of control?

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/libpq-threading.html

"libpq is thread-safe as of PostgreSQL 7.0, so long as no two threads
attempt to manipulate the same PGconn object at the same time."

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: "Cannot insert a duplicate key..." -- but where?
Next
From:
Date:
Subject: immediate if function