pgsql: doc: correct description of libpq's PQsetnonblocking() mode

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: correct description of libpq's PQsetnonblocking() mode
Date: 2023-11-13 18:01:31
Message-ID: E1r2bFa-005H3T-MU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-11-13 18:02:07 pgsql: Improve readability and error detection of array_in().
Previous Message Bruce Momjian 2023-11-13 17:53:26 pgsql: Add error about the use of FREEZE in COPY TO