Re: Giving up multiple postmaster + RPM issue - Mailing list pgsql-hackers

From Martijn van Oosterhout
Subject Re: Giving up multiple postmaster + RPM issue
Date
Msg-id 20061112133738.GA1586@svana.org
Whole thread Raw
In response to Re: Giving up multiple postmaster + RPM issue  (Paul Lindner <lindner@inuus.com>)
List pgsql-hackers
On Sun, Nov 12, 2006 at 01:27:26AM -0800, Paul Lindner wrote:
> My solution was to create RPMs with the version number embedded in the
> name.  Thus for 7.4.13 and 8.1.5 I have:
>
>   postgres7.4-13-1_fc6.x86_64.rpm
>   postgres8.1-5-1_fc6.x86_64.rpm
>
> Everything goes into /usr/local/pg7.4 and /usr/local/pg8.1, init
> scripts are /etc/init.d/postgres8.1, /etc/init.d/postgres7.4

That's the apporaich the debian packages take too, although they also
add a layer so you can have multiple clusters also, each with whatever
version you like.

Have a ncie day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

pgsql-hackers by date:

Previous
From: Paul Lindner
Date:
Subject: Re: Giving up multiple postmaster + RPM issue
Next
From: Andrew Dunstan
Date:
Subject: Re: [PATCHES] WIP 2 interpreters for plperl