Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Alternate Database Locations - Mailing list pgsql-sql

From Tom Lane
Subject Re: Alternate Database Locations
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Alternate Database Locations  ("Brian C. Doyle" <[email protected]>)
Responses Re: Alternate Database Locations
List pgsql-sql
"Brian C. Doyle" <[email protected]> writes:
> I am still trying to find out how to get multiple postmasters running on 
> different ports at the same time.  Does anyone have any clue how to do that?

Uh, you just do it.  Start each postmaster in a different data directory
and with a different port number (-D and -P switches) and you're set.

Unless you run out of shared memory or some such, in which case some
tweaking of kernel parameters is called for...
        regards, tom lane


pgsql-sql by date:

Previous
From: "Will Fitzgerald"
Date:
Subject: Surprising sequence scan when function call used
Next
From: Clayton Cottingham
Date:
Subject: Re: How to call a shell command in rule