From: | "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net> |
---|---|
To: | Larry Rosenman <ler(at)lerctr(dot)org> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, "Maeldron T(dot)" <maeldron(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, pgsql-general-owner(at)postgresql(dot)org |
Subject: | Re: Allowing multiple versions of PG under NetBSD |
Date: | 2016-07-29 20:17:08 |
Message-ID: | 20160729161708.5b6e89cc@imp |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, 29 Jul 2016 15:09:59 -0500
Larry Rosenman <ler(at)lerctr(dot)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?
--
D'Arcy J.M. Cain <darcy(at)druid(dot)net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 788 2246 (DoD#0082) (eNTP) | what's for dinner.
IM: darcy(at)Vex(dot)Net, VoIP: sip:darcy(at)druid(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2016-07-29 20:17:52 | Want to json_populate_record AND save/link the source JSON text |
Previous Message | Larry Rosenman | 2016-07-29 20:16:23 | Re: Allowing multiple versions of PG under NetBSD |