Hi,
On 14 December 2012 17:56, ac@hsk.hk <ac@hsk.hk> wrote:
> I could see that it would install older PostgreSQL 9.1 and
> postgresql-contrib-9.1. As I already have 9.2.1 and do not want to have
> older version 9.1 in parallel, I aborted the apt install.
>
> How can I get pure postgresql-contrib for Postgresql 9.2.x?
You need PostreSQL PPA:
sudo apt-get update
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pitti/postgresql
sudo apt-get install postgresql-contrib-9.2
--
Ondrej Ivanic
(http://www.linkedin.com/in/ondrejivanic)