Re: question about managing multiple databases

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Chris Hayner <hayner(at)nimbus(dot)ocis(dot)temple(dot)edu>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: question about managing multiple databases
Date: 2003-02-14 17:40:52
Message-ID: Pine.LNX.4.33.0302141038520.26369-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dennis Gearon 2003-02-14 17:42:34 Re: uppercase = lowercase
Previous Message Tony Grant 2003-02-14 17:38:54 Re: Postgres Databases growing without much reason