Re: Does PostgreSQL support multi-instancing? - Mailing list pgsql-general

From Steve Atkins
Subject Re: Does PostgreSQL support multi-instancing?
Date
Msg-id 5EE7630C-3E4E-4789-A12E-E2496FE597E6@blighty.com
Whole thread Raw
In response to Does PostgreSQL support multi-instancing?  ("Bill" <postgresql@dbginc.com>)
List pgsql-general
On Nov 8, 2006, at 2:58 PM, Bill wrote:

> Is is possible to have two different versions of PostgreSQL running on
> the same computer at the same time?

Yes. Works just fine. You might end up with some fun with
applications finding the client libraries (generally better
to let them all find the new libraries, even when you're
expecting them to talk to the older server, I think) but
apart from that running different versions on different
ports seems to just work.

If you use some sort of binary package to install, rather
than installing from source all bets are off, and it likely
won't work, but that's just a packaging limitation.

Cheers,
   Steve


pgsql-general by date:

Previous
From: Matthew Peter
Date:
Subject: TRIGGERS - access sql query_string that called it?
Next
From: "Talha Khan"
Date:
Subject: Re: 8.1.2 locking issues