Re: question about managing multiple databases - Mailing list pgsql-general

From scott.marlowe
Subject Re: question about managing multiple databases
Date
Msg-id Pine.LNX.4.33.0302141038520.26369-100000@css120.ihs.com
Whole thread Raw
In response to question about managing multiple databases  (Chris Hayner <hayner@nimbus.ocis.temple.edu>)
List pgsql-general
On Fri, 14 Feb 2003, Chris Hayner wrote:

>
> Hi. I was wondering if there was any way to have one database up in full
> accessibility mode, (i.e. usr/local/pgsql/bin/postmaster -i -D /usr/local/pgsql/data)
> and another in just local host
> (i.e. /usr/local/pgsql/bin/postmaster -d 2 -D /usr/local/pgsql/data -h
> 127.0.0.1  -i)

Yes, but they'll need different arguments for the -D switch.  Best bet is
to turn off tcpip_socket on the one you want to run local only.  That
means you'll need two different data directories.


pgsql-general by date:

Previous
From: Chris Hayner
Date:
Subject: question about managing multiple databases
Next
From: sl26@ukc.ac.uk (Marc Richards)
Date:
Subject: Match Full on foreign Key