Skip to content

Commit ddcfeba

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 9875568 commit ddcfeba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/pgupgrade.sgml

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

0 commit comments

Comments
 (0)