pg_upgrade docs: clarify instructions on standby extensions

Bruce Momjian <bruce@momjian.us>

Commit: f97f4fc028ccc284683ba400a51d59e534901336
Author: Bruce Momjian <bruce@momjian.us>
Date: 2017-02-25T17:59:23Z
Releases: 9.6.3
pg_upgrade docs:  clarify instructions on standby extensions

Previously the pg_upgrade standby upgrade instructions said not to
execute pgcrypto.sql, but it should have referenced the extension
command "CREATE EXTENSION pgcrypto".  This patch makes that doc change.

Reported-by: a private bug report

Backpatch-through: 9.4, where standby instructions were added

Files

PathChange+/−
doc/src/sgml/ref/pgupgrade.sgml modified +2 −1

Documentation touched