Re: Alternate Database Locations - Mailing list pgsql-sql

From Tom Lane
Subject Re: Alternate Database Locations
Date
Msg-id 3971.972528180@sss.pgh.pa.us
Whole thread Raw
In response to Re: Alternate Database Locations  ("Brian C. Doyle" <bcdoyle@mindspring.com>)
Responses Re: Alternate Database Locations
List pgsql-sql
"Brian C. Doyle" <bcdoyle@mindspring.com> 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