Misinformation in 31.18 chapter.

From: Dmitriy Igrishin <dmitigr(at)gmail(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: Misinformation in 31.18 chapter.
Date: 2011-12-02 09:15:58
Message-ID: CAAfz9KNYSS2EeY2RzDUwkd+yb0kk6sD5PM3yHFdyn5b8hK-uWQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hey,

According to 31.18,
http://www.postgresql.org/docs/9.1/static/libpq-threading.html
"PGresult objects are read-only after creation, and so can be passed around
freely between threads."

But PGresult objects are *not* read-only because of existence of
PQsetvalue() described in
http://www.postgresql.org/docs/9.1/static/libpq-misc.html

--
// Dmitriy.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2011-12-02 16:37:10 Re: Misinformation in 31.18 chapter.
Previous Message Bruce Momjian 2011-12-01 14:34:29 Re: File_FDW with example