Re: Does PostgreSQL support multi-instancing?

From: Steve Atkins <steve(at)blighty(dot)com>
To: PgSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Does PostgreSQL support multi-instancing?
Date: 2006-11-08 23:15:14
Message-ID: 5EE7630C-3E4E-4789-A12E-E2496FE597E6@blighty.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Peter 2006-11-08 23:15:23 RULE - special variables?
Previous Message Matthew Peter 2006-11-08 23:06:06 dblink / plpgsql - definition list cheats for record returning functions?