Re: Allowing multiple versions of PG under NetBSD - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Allowing multiple versions of PG under NetBSD
Date
Msg-id 3464d332-2155-982f-9abb-334f8dc8cac5@aklaver.com
Whole thread Raw
In response to Re: Allowing multiple versions of PG under NetBSD  ("D'Arcy J.M. Cain" <darcy@druid.net>)
List pgsql-general
On 07/29/2016 01:17 PM, D'Arcy J.M. Cain wrote:
> On Fri, 29 Jul 2016 15:09:59 -0500
> Larry Rosenman <ler@lerctr.org> wrote:
>>>> version to the bare version of the binary name.  Example:
>>>>  - psql.8.3
>>>>  - psql.9.1
>>>>  - psql.9.3
>>>>  - psql ==> psql.9.3
>>>>
>>>> Other than linking to the correct library can you think of any
>>>> other issues with this?
>>>
>>> Data Directory naming, as well as keeping the init-scripts straight.
>>>
>> And who gets 5432, and Unix socket naming, it starts to get messy.....
>
> I assume that anyone running multiple versions knows how to specify all
> that stuff when initializing and starting the different servers.
>
> From the comments I saw it looked to me like other systems (Linux?) had
> already solved this problem.  Was I wrong?
>
No:

https://wiki.debian.org/PostgreSql

--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Condor
Date:
Subject: Re: Uber migrated from Postgres to MySQL
Next
From: Larry Rosenman
Date:
Subject: Re: Allowing multiple versions of PG under NetBSD