diff options
| author | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:10:47 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2011-10-10 13:11:43 -0400 |
| commit | 9c09e7cf2dd55a541e4c58d187754b5a8d8d353a (patch) | |
| tree | 4312a798ea4b2d3f1d096dce5166d65eda5cb6b6 | |
| parent | c02e52dfdc18605f263aa67d3b2563551222f719 (diff) | |
Fix typo in docs for libpq keepalives_count option.
Shigehiro Honda
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index e9c24ad543f..318cb554efe 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -334,7 +334,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_KEEPINTVL</> + It is only supported on systems where the <symbol>TCP_KEEPCNT</> socket option is available; on other systems, it has no effect. </para> </listitem> |
