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:10:47 -0400 |
commit | 322019ed2e08e7cad4ef126e6229a8188643170f (patch) | |
tree | 82e8f36b818981032c7ce063479c02c186742ab7 | |
parent | 48a62278ed34e17f65b80d5cf1a84c4c1ab5d8b9 (diff) | |
download | postgresql-322019ed2e08e7cad4ef126e6229a8188643170f.tar.gz postgresql-322019ed2e08e7cad4ef126e6229a8188643170f.zip |
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 0fcf3130645..f2f67e20ffd 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -365,7 +365,7 @@ PGconn *PQconnectdbParams(const char * const *keywords, 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> |