Re: Question about databases in alternate locations... - Mailing list pgsql-general

From Tom Lane
Subject Re: Question about databases in alternate locations...
Date
Msg-id 17483.958581314@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question about databases in alternate locations...  (Richard J Kuhns <rjk@grauel.com>)
List pgsql-general
Richard J Kuhns <rjk@grauel.com> writes:
> Now for the question.  What's the reason for using this method, as opposed
> to using, say, a system catalog to hold the valid locations?  Historical?
> Having to stop and restart the backend so it can re-read its environment
> seems kind of archaic.

Well, there'd be a certain amount of circularity in consulting a table
to find out where you can find tables, no?  ;-)  But you're right, the
environment-variable mechanism is pretty grotty.  There's been a great
deal of discussion already in pg-hackers about how to clean up this
and related issues; suggest you consult the archives if you want to get
involved with fixing it.

            regards, tom lane

pgsql-general by date:

Previous
From: Simeó
Date:
Subject: Re: Performance
Next
From: Lamar Owen
Date:
Subject: Re: upgrade to 7.0 using RPM