Documentation and mutating PGresult objects - Mailing list pgsql-docs

From Jeff Davis
Subject Documentation and mutating PGresult objects
Date
Msg-id 1325756834.25249.161.camel@jdavis
Whole thread Raw
Responses Re: Documentation and mutating PGresult objects  (Dmitriy Igrishin <dmitigr@gmail.com>)
Re: Documentation and mutating PGresult objects  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
"PGresult objects are read-only after creation, and so can be passed
around freely between threads."

From http://www.postgresql.org/docs/9.1/static/libpq-threading.html

But what about things like PQsetvalue? Is that a documentation bug?
Should result objects be protected by synchronization as well as
connection objects?

Regards,
    Jeff Davis


pgsql-docs by date:

Previous
From: Thiago Braga Nobre
Date:
Subject: Re: Bug
Next
From: Dmitriy Igrishin
Date:
Subject: Re: Documentation and mutating PGresult objects