diff options
-rw-r--r-- | doc/src/sgml/ref/pg_verify_checksums.sgml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/doc/src/sgml/ref/pg_verify_checksums.sgml b/doc/src/sgml/ref/pg_verify_checksums.sgml index 1a406099511..3416955ec94 100644 --- a/doc/src/sgml/ref/pg_verify_checksums.sgml +++ b/doc/src/sgml/ref/pg_verify_checksums.sgml @@ -44,6 +44,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> <para> @@ -86,6 +95,23 @@ PostgreSQL documentation </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> The cluster must be shut down cleanly before running |