|
1 | 1 | <!-- |
2 | | -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.51 2000/11/30 23:20:50 tgl Exp $ |
| 2 | +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.52 2000/12/21 18:47:05 momjian Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <chapter id="libpq-chapter"> |
@@ -1292,7 +1292,7 @@ some reason. |
1292 | 1292 | int PQflush(PGconn *conn); |
1293 | 1293 | </synopsis> |
1294 | 1294 | <function>PQflush</function> needs to be called on a non-blocking connection |
1295 | | -before calling <function>select</function> to determine if aresponce has |
| 1295 | +before calling <function>select</function> to determine if aresponse has |
1296 | 1296 | arrived. If 0 is returned it ensures that there is no data queued to the |
1297 | 1297 | backend that has not actually been sent. Only applications that have used |
1298 | 1298 | <function>PQsetnonblocking</function> have a need for this. |
|