diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-15 22:59:37 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-15 22:59:37 -0400 |
commit | 077908aed726b0e1605ed27156d7ebcf93a64d5d (patch) | |
tree | 1bab48db7775aed92323df6404f0e12540efb05c /doc/src/sgml/ref/postgres-ref.sgml | |
parent | 6ff55ebe3dc790ebd80f9a26fa3d05867aee728e (diff) | |
download | postgresql-077908aed726b0e1605ed27156d7ebcf93a64d5d.tar.gz postgresql-077908aed726b0e1605ed27156d7ebcf93a64d5d.zip |
Document that PGDATA has to point to the configuration files, rather
than the actual data storage directory.
Per suggestion from Thom Brown
Diffstat (limited to 'doc/src/sgml/ref/postgres-ref.sgml')
-rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index a1f36e1836c..41745fb34dc 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -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> |