From: Bruce Momjian Date: Thu, 21 Dec 2000 18:47:05 +0000 (+0000) Subject: responce->response X-Git-Tag: REL7_1_BETA2~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1db9cce39f06193abaa19ba167f507d565f713cf;p=postgresql responce->response Alfred Perlstein --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 8366f19384..a55cbcbcec 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -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.