Re: Does PostgreSQL support multi-instancing?

Поиск
Список
Период
Сортировка
От Steve Atkins
Тема Re: Does PostgreSQL support multi-instancing?
Дата
Msg-id 5EE7630C-3E4E-4789-A12E-E2496FE597E6@blighty.com
обсуждение исходный текст
Ответ на Does PostgreSQL support multi-instancing?  ("Bill" <postgresql@dbginc.com>)
Список 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 по дате отправления:

Предыдущее
От: Matthew Peter
Дата:
Сообщение: TRIGGERS - access sql query_string that called it?
Следующее
От: "Talha Khan"
Дата:
Сообщение: Re: 8.1.2 locking issues