Re: Latest PostgreSQL on Raspbian Jessie

From: Moreno Andreo <moreno(dot)andreo(at)evolu-s(dot)it>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Latest PostgreSQL on Raspbian Jessie
Date: 2017-02-23 10:57:22
Message-ID: 08cbd871-651d-72d6-7ca5-3c49ec3430e8@evolu-s.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Il 23/02/2017 10:56, Ertan Küçükoğlu ha scritto:
> I would like to know;
> 1- Is it possible to install 9.6.2 with same version pglib on Raspberry Pi?
In subject you call it as Raspbian Jessie, so I assume it's somewhat
related to Debian Jessie.
Debian repository does not (at last, not in the last few weeks) have
Postgresql 9.5 and 9.6.
To get these via apt, you should add the Postgres Development Group
(PGDG) repo in your sources.list

https://www.tqhosting.com/kb/446/How-to-install-PostgreSQL-95-on-Debian-8-Jessie.html

(it's for Postgresql 9.5 and Debian Jessie, but if my assumption is
right, it would fit your case, since PGDG contains 9.6 also)

> If possible to do on Raspberry Pi, I think I can build my own version from
> sources assuming I am provided a good detailed how to document for doing so.
> 2- If above is not possible, is it possible to build just the latest version
> pglib and overcome my connection problem?
> 3- If I need to select number 2 solution above, is that latest version
> library will talk to old version without any problems?
> 4- I am always open to other suggestions.
>
> Thanks.
>
> Regards,
> Ertan Küçükoğlu
>
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ivan Voras 2017-02-23 11:40:37 Foreign key references a unique index instead of a primary key
Previous Message Bill Moran 2017-02-23 10:42:42 Re: Autovacuum stuck for hours, blocking queries