Re: ALTER SYSTEM for tcp_keepalives_idle doesn't show up with the SHOW command. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ALTER SYSTEM for tcp_keepalives_idle doesn't show up with the SHOW command.
Date
Msg-id 17247.1513963209@sss.pgh.pa.us
Whole thread Raw
In response to ALTER SYSTEM for tcp_keepalives_idle doesn't show up with the SHOWcommand.  ("Robertson, Alan L" <Alan.Robertson@charter.com>)
Responses Re: ALTER SYSTEM for tcp_keepalives_idle doesn't show up with theSHOW command.  ("Robertson, Alan L" <Alan.Robertson@charter.com>)
List pgsql-bugs
"Robertson, Alan L" <Alan.Robertson@charter.com> writes:
> Dear Postgres Bug list,
> I read about the ALTER SYSTEM command at https://www.postgresql.org/docs/9.6/static/sql-altersystem.html and an
articleat 
> http://paquier.xyz/postgresql-2/postgres-9-4-feature-highlight-alter-system-set-for-dynamic-configuration/

> and his example worked exactly as it should.  However, when I tried with tcp_keepalives_idle, updates the auto.conf
fileas it should, but does not show up in the SHOW command...  I tried it with the value 60, or '60' - didn't seem to
makeany difference... 

I think the keepalive settings will read as zero unless your connection
is actually over TCP (ie not a unix socket).

            regards, tom lane


pgsql-bugs by date:

Previous
From: "Robertson, Alan L"
Date:
Subject: ALTER SYSTEM for tcp_keepalives_idle doesn't show up with the SHOWcommand.
Next
From: "Robertson, Alan L"
Date:
Subject: Re: ALTER SYSTEM for tcp_keepalives_idle doesn't show up with theSHOW command.