File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.14 2005/09/12 22:39:30 neilc Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.15 2005/09/12 23:09:05 tgl Exp $
3
3
-->
4
4
<chapter Id="runtime-config">
5
5
<title>Run-time Configuration</title>
@@ -489,8 +489,9 @@ SET ENABLE_SEQSCAN TO OFF;
489
489
<para>
490
490
On systems that support the TCP_KEEPCNT socket option, specifies how
491
491
many keepalives may be lost before the connection is considered dead.
492
- A value of 0 uses the system default. If TCP_KEEPINTVL is not
493
- supported, this parameter must be 0.
492
+ A value of 0 uses the system default. If TCP_KEEPCNT is not
493
+ supported, this parameter must be 0. This option is ignored
494
+ for connections made via a Unix-domain socket.
494
495
</para>
495
496
</listitem>
496
497
</varlistentry>
You can’t perform that action at this time.
0 commit comments