Re: Re: Separating the ro directory of the DB engine itself from the rw data areas . . .

From: Andrew Sullivan <ajs(at)crankycanuck(dot)ca>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Separating the ro directory of the DB engine itself from the rw data areas . . .
Date: 2011-01-29 00:37:46
Message-ID: 20110129003746.GA33716@shinkuro.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jan 24, 2011 at 10:12:28PM +0000, Albretch Mueller wrote:
> ... better yet; is it possible to configure postgreSQL in a way that
> it depends on external variables set via the OS in the same process
> in which it is started?

Sure. Use the -D command-line switch or the $PGDATA environment variable.

A

--
Andrew Sullivan
ajs(at)crankycanuck(dot)ca

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2011-01-29 01:37:23 Error trying to install Ruby postgres gems on OS/X
Previous Message Jasen Betts 2011-01-28 23:20:58 Re: Store base64 in database. Use bytea or text?