projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a726951
)
Fix typo in docs for libpq keepalives_count option.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 10 Oct 2011 17:10:47 +0000
(13:10 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 10 Oct 2011 17:11:30 +0000
(13:11 -0400)
Shigehiro Honda
doc/src/sgml/libpq.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/libpq.sgml
b/doc/src/sgml/libpq.sgml
index 48689a7df23eca81e37b6da05da45f85e3614585..84a442ed71693b345cf2c2af5ec9403e40ca023b 100644
(file)
--- a/
doc/src/sgml/libpq.sgml
+++ b/
doc/src/sgml/libpq.sgml
@@
-363,7
+363,7
@@
PGconn *PQconnectdbParams(const char **keywords, const char **values, int expand
client's connection to the server is considered dead. A value of
zero uses the system default. This parameter is ignored for
connections made via a Unix-domain socket, or if keepalives are disabled.
- It is only supported on systems where the <symbol>TCP_KEEP
INTVL
</>
+ It is only supported on systems where the <symbol>TCP_KEEP
CNT
</>
socket option is available; on other systems, it has no effect.
</para>
</listitem>