Skip to content

Commit 5639ced

Browse files
committed
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
1 parent c5658a0 commit 5639ced

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,8 @@ make prefix=/usr/local/pgsql.new install
273273
into the new cluster, e.g. <filename>pgcrypto.so</filename>,
274274
whether they are from <filename>contrib</filename>
275275
or some other source. Do not install the schema definitions, e.g.
276-
<filename>pgcrypto.sql</>, because these will be upgraded from the old cluster.
276+
<command>CREATE EXTENSION pgcrypto</>, because these will be upgraded
277+
from the old cluster.
277278
Also, any custom full text search files (dictionary, synonym,
278279
thesaurus, stop words) must also be copied to the new cluster.
279280
</para>

0 commit comments

Comments
 (0)