pgsql: pg_upgrade docs: clarify instructions on standby extensions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade docs: clarify instructions on standby extensions
Date: 2017-02-25 17:59:34
Message-ID: E1chgd4-0002tu-D8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3c6f766f68114785195cf50700c71021942e60a9

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2017-02-25 18:04:33 pgsql: Add /config.cache to .gitignore in back branches
Previous Message Tom Lane 2017-02-24 21:45:38 pgsql: Suppress compiler warnings in ecpg test on newer Windows toolcha