| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Ajay Pratap <ajaypratap(at)drishti-soft(dot)com> |
| Cc: | Francisco Olarte <folarte(at)peoplecall(dot)com>, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: PostgreSQL ping/pong to client |
| Date: | 2019-04-18 13:46:55 |
| Message-ID: | 30892.1555595215@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Ajay Pratap <ajaypratap(at)drishti-soft(dot)com> writes:
> Enabling system wise timeouts can impact my whole setup including my web
> app, thats why it is hard for me to configure them.
Uh ... who said anything about system-wide timeouts?
The normal way to set this up is to configure the tcp_keepalives_xxx
PG parameters, which will be applied to connections to the Postgres
server, nothing else.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Harald Fuchs | 2019-04-18 13:47:25 | Re: Multicolumn index for single-column queries? |
| Previous Message | Gavin Flower | 2019-04-18 13:45:43 | Re: Multicolumn index for single-column queries? |