pgsql: doc: correct description of libpq's PQsetnonblocking() mode - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: correct description of libpq's PQsetnonblocking() mode
Date
Msg-id E1r2bFa-005H3T-MU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  correct description of libpq's PQsetnonblocking() mode

Reported-by: Yugo NAGATA

Discussion: https://postgr.es/m/20210713115949.702986955f8ccf23fa81073c@sraoss.co.jp

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/57d6a198c9f62c5379cdb6e85e956be2257979c7

Modified Files
--------------
doc/src/sgml/libpq.sgml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add error about the use of FREEZE in COPY TO
Next
From: Tom Lane
Date:
Subject: pgsql: Improve readability and error detection of array_in().