Re: multiple version running

From: "philip johnson" <philip(dot)johnson(at)atempo(dot)com>
To: "Andrew Sullivan" <andrew(at)libertyrms(dot)info>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: multiple version running
Date: 2002-05-22 22:24:04
Message-ID: BMEJIDDBJKCJIHCHHIGACEIBCCAA.philip.johnson@atempo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

so the easyets way is to create 2 users with different env ?

-----Message d'origine-----
De : Andrew Sullivan [mailto:andrew(at)libertyrms(dot)com]De la part de Andrew
Sullivan
Envoye : jeudi 23 mai 2002 00:12
A : philip johnson
Objet : Re: [GENERAL] multiple version running

On Thu, May 23, 2002 at 12:07:01AM +0200, philip johnson wrote:
> what do you mean "write a wrapper"

If you need to do some things with the old client, and then need to
compare what will happen in the new client, you can write a shell
script which will set the environment up correctly for you, and then
call the desired client program.

A

>
> -----Message d'origine-----
> De : Andrew Sullivan [mailto:andrew(at)libertyrms(dot)com]De la part de Andrew
> Sullivan
> Envoye : mercredi 22 mai 2002 23:58
> A : philip johnson
> Objet : Re: [GENERAL] multiple version running
>
>
> On Wed, May 22, 2002 at 11:58:29PM +0200, philip johnson wrote:
> > no problem with shared libraries ?
>
> Not as long as they're compiled with the same libs.
>
> You'll have trouble with the client -- psql needs the shared libs.
> Write a wrapper to export LD_LIBRARY_PATH, or just use one client or
> the other.
>
> A
>
> >
> > -----Message d'origine-----
> > De : Andrew Sullivan [mailto:andrew(at)libertyrms(dot)com]De la part de Andrew
> > Sullivan
> > Envoye : mercredi 22 mai 2002 23:40
> > A : philip johnson
> > Objet : Re: [GENERAL] multiple version running
> >
> >
> > On Wed, May 22, 2002 at 11:36:59PM +0200, philip johnson wrote:
> > > is it possible to have 1 postgresql 6.5.3 and a 7.2 running on a same
> > > machine (mandrake 8.1) ?
> >
> > Yes, if they have different data areas and listen on different ports.
> >
> > A
> >
> > --
> > ----
> > Andrew Sullivan 87 Mowat Avenue
> > Liberty RMS Toronto, Ontario Canada
> > <andrew(at)libertyrms(dot)info> M6K 3E3
> > +1 416 646 3304 x110
> >
> >
>
> --
> ----
> Andrew Sullivan 87 Mowat Avenue
> Liberty RMS Toronto, Ontario Canada
> <andrew(at)libertyrms(dot)info> M6K 3E3
> +1 416 646 3304 x110
>
>

--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Wolfe 2002-05-22 22:24:22 Re: Stability, PR
Previous Message Thomas Beutin 2002-05-22 22:15:49 Re: multiple version running