Re: Josh Berkus 2015-07-02 <[email protected]> > Folks: > > On Ubuntu 14.04, for the database server, there is a single pgagent > meta-package which is supposed ot cover all versions of Postgres. But > it fails:
Hi, pgagent had not been rebuilt for quite a while which is why it didn't have 9.4 (and jessie) support yet. Fixed now: old: Package: pgagent Version: 3.4.0-2.pgdg+1 Postgresql-Version: 9.1 9.2 9.3 new: Package: pgagent Version: 3.4.0-3.pgdg+1 Postgresql-Version: 9.1 9.2 9.3 9.4 Our build system isn't very smart yet about nudging us to rebuild everything once a new PG major is released. I hope to fix that once the pgapt django app gets deployed on www.postgresql.org. I need to poke Magnus to really review it soonish... Christoph -- [email protected] | http://www.df7cb.de/ -- Sent via pgadmin-support mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support
