diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 702ad888f5..04f0a5876e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6607,8 +6607,12 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) - PGresult objects are read-only after creation, and so - can be passed around freely between threads. + PGresult objects are normally read-only after creation, + and so can be passed around freely between threads. However, if you use + any of the PGresult-modifying functions described in + or , it's up + to you to avoid concurrent operations on the same PGresult, + too.