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-
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
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