]> granicus.if.org Git - postgresql/commitdiff
Document the -D and $PGDATA switch/env for pg_verify_checksums
authorMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 12:32:51 +0000 (14:32 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 12:32:51 +0000 (14:32 +0200)
Author: Daniel Gustafsson <daniel@yesql.se>

doc/src/sgml/ref/pg_verify_checksums.sgml

index 1a406099511f033f41d4e66c9c7c9a989cc6d030..3416955ec9410ed536e15c95e614a29302d5159f 100644 (file)
@@ -43,6 +43,15 @@ PostgreSQL documentation
 
     <variablelist>
 
+     <varlistentry>
+      <term><option>-D <replaceable>directory</replaceable></option></term>
+      <listitem>
+       <para>
+        Specifies the directory where the database cluster is stored.
+       </para>
+      </listitem>
+     </varlistentry>
+
      <varlistentry>
       <term><option>-r <replaceable>relfilenode</replaceable></option></term>
       <listitem>
@@ -85,6 +94,23 @@ PostgreSQL documentation
    </para>
  </refsect1>
 
+ <refsect1>
+  <title>Environment</title>
+
+  <variablelist>
+   <varlistentry>
+    <term><envar>PGDATA</envar></term>
+
+    <listitem>
+     <para>
+      Specifies the directory where the database cluster is 
+      stored; can be overridden using the <option>-D</option> option.
+     </para>
+    </listitem>
+   </varlistentry>
+  </variablelist>
+ </refsect1>
+
  <refsect1>
   <title>Notes</title>
   <para>