doc: mention datadir locations are actually config locations

Bruce Momjian <bruce@momjian.us>

Commit: 3dcc7ceec034788b6ef89f90eb1be869e0c40a05
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-01-31T21:25:21Z
Releases: 10.2
doc:  mention datadir locations are actually config locations

Technically, pg_upgrade's --old-datadir and --new-datadir are
configuration directories, not necessarily data directories.  This is
reflected in the 'postgres' manual page, so do the same for pg_upgrade.

Reported-by: Yves Goergen

Bug: 14898

Discussion: https://postgr.es/m/20171110220912.31513.13322@wrigleys.postgresql.org

Backpatch-through: 10

Files

PathChange+/−
doc/src/sgml/ref/pgupgrade.sgml modified +9 −9

Documentation touched