Re: [pgadmin-support] pgagent and pg_service.conf

2014-12-17 Thread Dirk-Jan Faber
I tested a little more and it seems that the underlying library does something with pg_service.conf, as I can startup pgAgent without a .pgpass file and with PGSERVICE set and supplying only the username. $ sed -e 's/\(password=\).*/\1***/' .pg_service.conf [oaddev] dbname=oad user=oaddev host=pg-

Re: [pgadmin-support] pgagent and pg_service.conf

2014-12-17 Thread Dave Page
On Tue, Dec 16, 2014 at 10:17 AM, Dirk-Jan Faber wrote: > > Hello, > > I am just starting with pgagent. First thing I noticed was that it does > not work with pg_service.conf. The installation documentation on > http://www.pgadmin.org/docs/dev/pgagent-install.html refers to > http://www.postgresql

[pgadmin-support] pgagent and pg_service.conf

2014-12-16 Thread Dirk-Jan Faber
Hello, I am just starting with pgagent. First thing I noticed was that it does not work with pg_service.conf. The installation documentation on http://www.pgadmin.org/docs/dev/pgagent-install.html refers to http://www.postgresql.org/docs/current/static/libpq.html#libpq-connect for more information