Re: Default data directory - Mailing list pgsql-admin

From Tom Lane
Subject Re: Default data directory
Date
Msg-id 29791.1220641901@sss.pgh.pa.us
Whole thread Raw
In response to Default data directory  (Carol Walter <walterc@indiana.edu>)
List pgsql-admin
Carol Walter <walterc@indiana.edu> writes:
> I can't figure out how the Postgres that's running on the production
> web server knows where to look for its data.

Generally the location of the data directory is determined by a -D
switch on the postmaster command line, or by setting the PGDATA
environment variable in the script that launches the postmaster.

Setting it in the configuration file would be circular logic,
except in the uncommon sort of configuration where the config file
doesn't live in the data directory (in which case the -D switch
only indicates where the config files are).

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: How can I avoid Frozenxid wraparound on failover to a standby(PITR) database?
Next
From: Arctic Toucan
Date:
Subject: Re: How can I avoid Frozenxid wraparound on failover to a standby(PITR) database?