Running multiple postmaster instances in the same machine

Поиск
Список
Период
Сортировка
От Balaji Ganesan
Тема Running multiple postmaster instances in the same machine
Дата
Msg-id 4223AFEC.3050401@lsil.com
обсуждение исходный текст
Список pgsql-admin
Hi,
I'm trying to run multiple postmaster instances on the same  machine. I
want to start and stop the server
from inside of my application. However, for each of these instances, I
want to specify a different "storage cluster".
I understand that I can do that while initializing (initdb -D <path>).
But after I start multiple instances, how do I let psql
know which server I'd like to connect to. Since they all run on the same
port, whenever I run psql it only connects to the last server for which
I called initdb on. Since psql doesn't take -D <storage directory>, I'm
not sure how I can accomplish this.

Any help is welcome.

Thanks
-BG

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

Предыдущее
От: "Aravindhan G.D"
Дата:
Сообщение: Scheduling/Automated Jobs in Postgre
Следующее
От: Dorian Büttner
Дата:
Сообщение: Re: Database Name