Re: Run 2 versions of Postgresql on one machine?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: Wei Wang <ww220(at)cam(dot)ac(dot)uk>, pgsql-general(at)postgresql(dot)org
Subject: Re: Run 2 versions of Postgresql on one machine?
Date: 2004-02-06 20:47:28
Message-ID: 4023FD60.1000100@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>
> gcc's configure has a --program-prefix and a --program-suffix option so:
>
> ./configure --program-suffix=-3.4
>
> would generate the binary:
>
> gcc-3.4
>
> instead of:
>
> gcc
>
> I wonder if people would find that useful for PostgreSQL? It doesn't
> seem to be a particularly hot topic, though.
>

Hah! I didn't even know you could do that... That could definately help
in some situations.

J

> Mike Mascari
>
>
>
>

--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
Mammoth PostgreSQL Replicator. Integrated Replication for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2004-02-06 21:09:04 Re: Run 2 versions of Postgresql on one machine?
Previous Message Mike Mascari 2004-02-06 20:00:41 Re: Run 2 versions of Postgresql on one machine?