projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e952cd
)
responce->response
author
Bruce Momjian
Thu, 21 Dec 2000 18:47:05 +0000
(18:47 +0000)
committer
Bruce Momjian
Thu, 21 Dec 2000 18:47:05 +0000
(18:47 +0000)
Alfred Perlstein
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 8366f193848665117a67aa6949cf906a21e289fa..a55cbcbcec30390bf05a048cac5e7f2a5fc706c8 100644
(file)
--- 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 respon
c
e has
+before calling
select
to determine if a respon
s
e 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.