Re: easy one: location of the database cluster - Mailing list pgsql-admin

From Tom Lane
Subject Re: easy one: location of the database cluster
Date
Msg-id 25122.1103213640@sss.pgh.pa.us
Whole thread Raw
In response to Re: easy one: location of the database cluster  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: easy one: location of the database cluster  (<ogjunk-pgjedan@yahoo.com>)
List pgsql-admin
Peter Eisentraut <peter_e@gmx.net> writes:
> Iain wrote:
>> Is there a "standard" directory that people tend to use for this,
>> such as /var/local/pgsql/ ?

> According to the Filesystem Hierarchy Standard, program data should be
> under /var/lib/<packagename>.  Indeed, many binary distributions use
> some variant of that as data directory location.

The RPM distributions of PG use /var/lib/pgsql/data as the standard
PGDATA value.  I'm not sure what Debian does but I think it might be
different.  Also there has been some talk of including the major
release number (7.4, 8.0, etc) in the standard PGDATA value, to ease
migration across server versions by allowing different versions to be
installed concurrently.

            regards, tom lane

pgsql-admin by date:

Previous
From: FM
Date:
Subject: pg_hba and *
Next
From: Tom Lane
Date:
Subject: Re: robust way of moving tables to a different disk??