Re: Multiple versions of postgesql installed

2016-10-24 Thread Ben Caradoc-Davies
Gary, what is happening is that you have the postgresql metapackage installed. From time to time, this package is updated to depend on the supported postgresql (e.g. postgresql-9.6). If you remove postgresql and just install (e.g.) postgresql-9.6, the installation of new versions will cease.

Multiple versions of postgesql installed

2016-10-24 Thread Gary Roach
Hi all, I have been having trouble with my django development project finding the postgresql database. In the process of looking for the source of the problem I found that there are versions of postgresql installed for 9.1 through 9.6 . Are all of these copies necessary and can I safely remove