We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc95f2 commit 57d6a19Copy full SHA for 57d6a19
doc/src/sgml/libpq.sgml
@@ -5316,11 +5316,12 @@ int PQsetnonblocking(PGconn *conn, int arg);
5316
</para>
5317
5318
<para>
5319
- In the nonblocking state, calls to
+ In the nonblocking state, successful calls to
5320
<xref linkend="libpq-PQsendQuery"/>, <xref linkend="libpq-PQputline"/>,
5321
<xref linkend="libpq-PQputnbytes"/>, <xref linkend="libpq-PQputCopyData"/>,
5322
- and <xref linkend="libpq-PQendcopy"/> will not block but instead return
5323
- an error if they need to be called again.
+ and <xref linkend="libpq-PQendcopy"/> will not block; their changes
+ are stored in the local output buffer until they are flushed.
5324
+ Unsuccessful calls will return an error and must be retried.
5325
5326
5327
0 commit comments