Re: [pgadmin-support] pg_proc?

2014-12-17 Thread Guillaume Lelarge
2014-12-17 8:55 GMT+01:00 David G Johnston : > > Guillaume Lelarge-3 wrote > > Hi, > > > > Le 8 déc. 2014 20:53, "Wim Bertels" < > > > wim.bertels@ > > > > a écrit : > >> > >> Hallo, > >> > >> pg_admin needs access to pg_proc of a database to work, > >> it fails without having this access, (wanting

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