1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-28 18:48:04 +03:00

Document that PGDATA has to point to the configuration files, rather

than the actual data storage directory.

Per suggestion from Thom Brown
This commit is contained in:
Bruce Momjian
2012-08-15 22:59:37 -04:00
parent 6ff55ebe3d
commit 077908aed7
3 changed files with 6 additions and 5 deletions

View File

@@ -261,7 +261,7 @@ PostgreSQL documentation
<term><option>--pgdata <replaceable class="parameter">datadir</replaceable></option></term>
<listitem>
<para>
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
<envar>PGDATA</envar> is used.
</para>