doc: mention datadir locations are actually config locations

Bruce Momjian <bruce@momjian.us>

Commit: e5dede90971d2ddbb7bca72ffc329c043bf717db
Author: Bruce Momjian <bruce@momjian.us>
Date: 2018-01-31T21:25:21Z
Releases: 11.0
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