From: Magnus Hagander Date: Wed, 20 Jun 2018 12:32:51 +0000 (+0200) Subject: Document the -D and $PGDATA switch/env for pg_verify_checksums X-Git-Tag: REL_11_BETA2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d73300a28683fb1723ecda1a3fa767dbe8be6502;p=postgresql Document the -D and $PGDATA switch/env for pg_verify_checksums Author: Daniel Gustafsson --- diff --git a/doc/src/sgml/ref/pg_verify_checksums.sgml b/doc/src/sgml/ref/pg_verify_checksums.sgml index 1a40609951..3416955ec9 100644 --- a/doc/src/sgml/ref/pg_verify_checksums.sgml +++ b/doc/src/sgml/ref/pg_verify_checksums.sgml @@ -43,6 +43,15 @@ PostgreSQL documentation + + + + + Specifies the directory where the database cluster is stored. + + + + @@ -85,6 +94,23 @@ PostgreSQL documentation + + Environment + + + + PGDATA + + + + Specifies the directory where the database cluster is + stored; can be overridden using the option. + + + + + + Notes