From 2b083ca1087d33add8d2e81a3d91178d9fde0af3 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 Dec 2000 18:47:05 +0000 Subject: [PATCH] responce->response Alfred Perlstein --- doc/src/sgml/libpq.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 71d7300f30..0582d93b1d 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1292,7 +1292,7 @@ some reason. int PQflush(PGconn *conn); PQflush needs to be called on a non-blocking connection -before calling select to determine if a responce has +before calling select to determine if a response has arrived. If 0 is returned it ensures that there is no data queued to the backend that has not actually been sent. Only applications that have used PQsetnonblocking have a need for this. -- 2.39.5