pgsql: Add some weasel wording about threaded usage of PGresults. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add some weasel wording about threaded usage of PGresults.
Date
Msg-id E1RWW6i-0003WB-Q9@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some weasel wording about threaded usage of PGresults.

PGresults used to be read-only from the application's viewpoint, but now
that we've exposed various functions that allow modification of a PGresult,
that sweeping statement is no longer accurate.  Noted by Dmitriy Igrishin.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8af71fc56d0103e7bc0ebb12af152ed3b6ab0250

Modified Files
--------------
doc/src/sgml/libpq.sgml |    8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: pgsql: Add file-fdw documentation example.
Next
From: Tom Lane
Date:
Subject: pgsql: Add some weasel wording about threaded usage of PGresults.