> > r...@hightouchinc.com writes: > > The last four lines in my postgresql.conf file, under > > /var/lib/pgsql/9.0/data, are: > > > # (15 per hour * 6 hours = 90) > > tcp_keepalives_count=90 > > tcp_keepalives_idle=240 > > tcp_keepalives_interval=240 > > > I last changed this file on August 13th, 2012. I remember that when > I added > > these parameters to postgresql.conf, they showed the correct values > when I > > ran "show all" at the psql command line. However, they now all > display 0 > > values. > > I believe those will read as zero in a session connected over a Unix > socket. Try it in a session connected over TCP ... > > regards, tom lane
You are correct. In a TCP session, I see the values that were set in postgresql.conf. Thank you for the quick answer. "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs