- Specifies the file system location of the database files. If
+ Specifies the file system location of the database configuration files. If
this is omitted, the environment variable
PGDATA is used.
- Specifies the file system location of the data directory or
- configuration file(s). See
+ Specifies the file system location of the database
+ configuration files. See
for details.
-All the data needed for a database cluster is stored within the cluster's data
+Traditionally, the configuration and data files used by a database
+cluster are stored together within the cluster's data
directory, commonly referred to as PGDATA> (after the name of the
environment variable that can be used to define it). A common location for
PGDATA> is /var/lib/pgsql/data>. Multiple clusters,
postgresql.conf, pg_hba.conf, and
pg_ident.conf are traditionally stored in
PGDATA> (although in PostgreSQL 8.0 and
-later, it is possible to keep them elsewhere).
+later, it is possible to place them elsewhere).