We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentb92ef30 commitd73300aCopy full SHA for d73300a
doc/src/sgml/ref/pg_verify_checksums.sgml
@@ -43,6 +43,15 @@ PostgreSQL documentation
43
44
<variablelist>
45
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
+
55
<varlistentry>
56
<term><option>-r <replaceable>relfilenode</replaceable></option></term>
57
<listitem>
@@ -85,6 +94,23 @@ PostgreSQL documentation
85
94
</para>
86
95
</refsect1>
87
96
97
+ <refsect1>
98
+ <title>Environment</title>
99
100
+ <variablelist>
101
102
+ <term><envar>PGDATA</envar></term>
103
104
105
106
+ Specifies the directory where the database cluster is
107
+ stored; can be overridden using the <option>-D</option> option.
108
109
110
111
+ </variablelist>
112
+ </refsect1>
113
88
114
<refsect1>
89
115
<title>Notes</title>
90
116
<para>