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

Commitd8a75b1

Browse files
committed
doc: mention pg_upgrade extension script
Since commite462856, pg_upgrade automatically creates a script toupdate extensions, so mention that instead of ALTER EXTENSION.Backpatch-through: 9.6
1 parentae03a7c commitd8a75b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/ref/pgupgrade.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,9 @@ make prefix=/usr/local/pgsql.new install
309309
must be installed in the new cluster, usually via operating system
310310
commands. Do not load the schema definitions, e.g., <command>CREATE
311311
EXTENSION pgcrypto</command>, because these will be duplicated from
312-
the old cluster. (Extensions with available updates can be processed
313-
later using <literal>ALTER EXTENSION ... UPDATE</literal>.)
312+
the old cluster. If extension updates are available,
313+
<application>pg_upgrade</application> will report this and create
314+
a script that can be run later to update them.
314315
</para>
315316
</step>
316317

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp