Re: Alternative cluster location - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Alternative cluster location
Date
Msg-id Pine.LNX.4.44.0311171701310.12502-100000@peter.localdomain
Whole thread Raw
In response to Re: Alternative cluster location  (kdebisschop@alert.infoplease.com)
Responses Re: Alternative cluster location
List pgsql-general
Karl DeBisschop writes:

> On linux, you may also want to consider the most recent proposed FHS,
> which suggests a top-level /srv directory used for 'data generated by
> users for the services the system offers'

Interesting, but I'm not sure it's appropriate.  Considering the examples
offered for /srv: www, ftp, rsync, cvs, it's more intended for placing
actual files there to be served to the outside.  (In case of CVS that's
not quite right, admittedly.)  On the other hand, database files are more
like IMAP folders, which are internal state information that can only
(reasonably) be read or written via some (possibly remote) program.
Maybe we should pose that question to the FHS group.

> Personally, I like the FHS and would prefer that the various distros
> installed postgresql in a manner more consistent with it

I think they are doing quite well.  What complaints do you have?

> (and if necessary that the postgresql configs were modified to make that
> and easier alternative.)

I don't think there are any problems on the configure/make side.  Do you
know of any?

--
Peter Eisentraut   peter_e@gmx.net


pgsql-general by date:

Previous
From: Lee Kindness
Date:
Subject: Move a table to another schema
Next
From: Peter Eisentraut
Date:
Subject: Re: Alternative cluster location