Re: Two Postmasters on the Same Machine

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Two Postmasters on the Same Machine
Дата
Msg-id 24676.973154487@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Two Postmasters on the Same Machine  (Charles Tassell <ctassell@isn.net>)
Список pgsql-general
Charles Tassell <ctassell@isn.net> writes:
> I want to run two versions of PostGres on the same machine, but on
> different ports (I currently have 6.5.3 installed, and I want to install
> 7.0.2 in a different directory and run it on a different port until I can
> get all my code ported over.)  IS there any problem with doing this?

This is absolutely standard, particularly for development work.  Make
sure they each have their own installation/data directories and
different port numbers, and all will be cool.  I currently have (checks
ps...) three different postmasters running on this machine: 7.0.2,
7.0.3-to-be, and current development tip.

The only gotcha I'm aware of is that on machines with small kernel
limits on shmem or semaphores or kernel file table size, you might
start to run out of resources.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [NOVICE] Array Problem
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SQL question - problem with INTERSECT