projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b92ef30
)
Document the -D and $PGDATA switch/env for pg_verify_checksums
author
Magnus Hagander
Wed, 20 Jun 2018 12:32:51 +0000
(14:32 +0200)
committer
Magnus Hagander
Wed, 20 Jun 2018 12:32:51 +0000
(14:32 +0200)
Author: Daniel Gustafsson
doc/src/sgml/ref/pg_verify_checksums.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/pg_verify_checksums.sgml
b/doc/src/sgml/ref/pg_verify_checksums.sgml
index 1a406099511f033f41d4e66c9c7c9a989cc6d030..3416955ec9410ed536e15c95e614a29302d5159f 100644
(file)
--- a/
doc/src/sgml/ref/pg_verify_checksums.sgml
+++ b/
doc/src/sgml/ref/pg_verify_checksums.sgml
@@
-43,6
+43,15
@@
PostgreSQL documentation
+
+
-D
directory
+
+
+ Specifies the directory where the database cluster is stored.
+
+
+
+
-r
relfilenode
@@
-85,6
+94,23
@@
PostgreSQL documentation
+
+
Environment
+
+
+
+
PGDATA
+
+
+
+ Specifies the directory where the database cluster is
+ stored; can be overridden using the
-D
option.
+
+
+
+
+
+
Notes