Documentation and mutating PGresult objects

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Documentation and mutating PGresult objects
Date: 2012-01-05 09:47:14
Message-ID: 1325756834.25249.161.camel@jdavis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Dmitriy Igrishin 2012-01-05 15:47:57 Re: Documentation and mutating PGresult objects
Previous Message Thiago Braga Nobre 2012-01-04 00:40:18 Re: Bug