diff options
Diffstat (limited to 'doc/src/sgml/ref')
| -rw-r--r-- | doc/src/sgml/ref/pg_ctl-ref.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/ref/postgres-ref.sgml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml index 90725d9326..7a4c2bec3b 100644 --- a/doc/src/sgml/ref/pg_ctl-ref.sgml +++ b/doc/src/sgml/ref/pg_ctl-ref.sgml @@ -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> diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index a1f36e1836..41745fb34d 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> |
