Hi,
I am using PGAdmin v1.18.1 on my ubuntu 14.04 laptop.
Since my postgresql server kills idle connections after 5 minutes, PGAdmin
has to reset them so it's a little bit annoying.
To avoid that, I tried to use the following .pg_service.conf
[mydb]
keepalives=1
keepalives_idle=10
keepalives_inte
Do you agree with modifying pgAdmin so that it stops converting the EOL
characters in the pgpass.conf file from unix-style (\n) to Windows-style
(\r\n)?
It works fine with unix-style line endings, and if the file is in that format
already, I think it should leave well enough alone.
The reason