Return-Path: mao
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA13660; Thu, 17 Dec 92 12:38:04 -0800
Message-Id: <9212172038.AA13660@postgres.Berkeley.EDU>
From: <mao@postgres.berkeley.edu>
Subject: Re: Moving database directories
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
In-Reply-To: Your message of Thu, 17 Dec 92 12:31:48 PST.
             <9212172031.AA13580@postgres.Berkeley.EDU> 
Date: Thu, 17 Dec 92 12:40:26 PST

In message <9212172031.AA13580@postgres.Berkeley.EDU> you write:

>    ...
>    
> I have tried this and do not believe it works.   Postgres wants
> to open files in the parent (..) directory, but (..) won't work after 
> you've followed a sym-link.

you're right; relative pathname addressing has been removed from the
current development version of the system, and will be out in the
next release.

> A possible solution might be to have both POSTGRESHOME and POSTGRESDATA
> environment variables and not use .. if POSTGRESDATA is defined.  This
> would, I believe, allow the manual instructions above to work.

again, you're right; this is what we've done in the development version.

					mike
