Re: postgres-two different version

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bottini" <g(dot)bottini(at)arpa(dot)vda(dot)it>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres-two different version
Date: 2007-01-30 15:03:04
Message-ID: 1892.1170169384@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Bottini" <g(dot)bottini(at)arpa(dot)vda(dot)it> writes:
> Is possible to install two different version of postgresql on the same
> Linux server? I want to install the 8.2 version in a server where is
> installed 8.1.3 version

You can, but not when installing from RPM: the RPMs have a fixed idea of
where to put the software, and I don't think it's feasible to change.
You'd need to build from source and use the --prefix configure option
to put the two sets of code in different places.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message codeWarrior 2007-01-30 17:04:15 Re: postgres-two different version
Previous Message Uwe Seher 2007-01-30 12:15:50 Re: postgres-two different version