Re: Download PostgreSQL 9.5 Alpha

From: Charles Clavadetscher <clavadetscher(at)swisspug(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Download PostgreSQL 9.5 Alpha
Date: 2015-07-04 05:20:50
Message-ID: 55976D32.4010406@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

I also could not find the download on EDB. For Ubuntu 9.5 alpha
is available but I was not able to install it using apt-get because it
cannot resolve some dependencies. Finally I downloaded and compiled the
source code. This worked well, but I had to do some additional steps to
get the cluster up and running. I wrote some notes on

http://www.schmiedewerkstatt.ch/wiki/index.php/PostgreSQL_Compiling_From_Source

In general the problems were:
- Full qualify the executables if you have other instances running on
your system (in my case 9.4.4). This to make sure that you are using the
newer versions.
- Set LD_LIBRARY_PATH to the lib dir in your installation directory. The
same as before but for libraries.

You may prefer to set PATH to the 9.5 lib dir in your current shell
instead of qualifying the executables.

Hope this helps.

BTW. I am not sure about that, but I guess that if I hadn't had 9.4
already on the system apt-get would have worked. The error message
suggested that it did not want to replace some existing files (e.g.
libpq if I remember well). I assumed that this was intended to avoid a
working version to be "damaged".

Bye
Charles

On 7/4/2015 02:24, Joshua D. Drake wrote:
>
> On 07/03/2015 04:32 PM, Edson F. Lidorio wrote:
>>
>> Hello,
>>
>> PostgreSQL 9.5 Alpha not appear on the downloads list in [1]
>> Where do I download for Windows?
>>
>> [1]
>> http://www.enterprisedb.com/products-services-training/pgdownload#windows
>>
>
> For those in the community who may not know, EnterpriseDB hosts the
> Windows versions of PostgreSQL.
>
> Edson,
>
> It does not appear that they have a Alpha download available yet.
>
> Sincerely,
>
> JD
>
>>
>> --
>> Edson
>>
>>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jimit Amin 2015-07-04 09:50:59 String match function required like utl_match in oracle
Previous Message john.tiger 2015-07-04 01:28:08 return jsonb without field label