pgsql: doc: mention datadir locations are actually config locations

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: mention datadir locations are actually config locations
Date: 2018-01-31 21:25:32
Message-ID: E1egzsq-0005EY-4u@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3dcc7ceec034788b6ef89f90eb1be869e0c40a05

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2018-01-31 21:36:25 pgsql: pgcrypto's encrypt() supports AES-128, AES-192, and AES-256
Previous Message Robert Haas 2018-01-31 21:08:52 pgsql: Fix list partition constraints for partition keys of array type.