Fix typo in docs for libpq keepalives_count option.

Shigehiro Honda
pull/1/head
Robert Haas 14 years ago
parent 48a62278ed
commit 322019ed2e
  1. 2
      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 client's connection to the server is considered dead. A value of
zero uses the system default. This parameter is ignored for zero uses the system default. This parameter is ignored for
connections made via a Unix-domain socket, or if keepalives are disabled. 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. socket option is available; on other systems, it has no effect.
</para> </para>
</listitem> </listitem>

Loading…
Cancel
Save