File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,15 @@ PostgreSQL documentation
4343
4444 <variablelist>
4545
46+ <varlistentry>
47+ <term><option>-D <replaceable>directory</replaceable></option></term>
48+ <listitem>
49+ <para>
50+ Specifies the directory where the database cluster is stored.
51+ </para>
52+ </listitem>
53+ </varlistentry>
54+
4655 <varlistentry>
4756 <term><option>-r <replaceable>relfilenode</replaceable></option></term>
4857 <listitem>
@@ -85,6 +94,23 @@ PostgreSQL documentation
8594 </para>
8695 </refsect1>
8796
97+ <refsect1>
98+ <title>Environment</title>
99+
100+ <variablelist>
101+ <varlistentry>
102+ <term><envar>PGDATA</envar></term>
103+
104+ <listitem>
105+ <para>
106+ Specifies the directory where the database cluster is
107+ stored; can be overridden using the <option>-D</option> option.
108+ </para>
109+ </listitem>
110+ </varlistentry>
111+ </variablelist>
112+ </refsect1>
113+
88114 <refsect1>
89115 <title>Notes</title>
90116 <para>
You can’t perform that action at this time.
0 commit comments