Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5639ced

Browse files
committed
pg_upgrade docs: clarify instructions on standby extensions
Previously the pg_upgrade standby upgrade instructions said not toexecute pgcrypto.sql, but it should have referenced the extensioncommand "CREATE EXTENSION pgcrypto". This patch makes that doc change.Reported-by: a private bug reportBackpatch-through: 9.4, where standby instructions were added
1 parentc5658a0 commit5639ced

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)

[8]ページ先頭

©2009-2025 Movatter.jp