Documentation and mutating PGresult objects

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Documentation and mutating PGresult objects
Дата
Msg-id 1325756834.25249.161.camel@jdavis
обсуждение исходный текст
Ответы Re: Documentation and mutating PGresult objects  (Dmitriy Igrishin <dmitigr@gmail.com>)
Re: Documentation and mutating PGresult objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Thiago Braga Nobre
Дата:
Сообщение: Re: Bug
Следующее
От: Dmitriy Igrishin
Дата:
Сообщение: Re: Documentation and mutating PGresult objects