1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +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

@ -179,8 +179,8 @@ PostgreSQL documentation
<term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
<listitem>
<para>
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
<xref linkend="runtime-config-file-locations"> for details.
</para>
</listitem>