Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d8a75b1

Browse files
committed
doc: mention pg_upgrade extension script
Since commit e462856, pg_upgrade automatically creates a script to update extensions, so mention that instead of ALTER EXTENSION. Backpatch-through: 9.6
1 parent ae03a7c commit d8a75b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ref/pgupgrade.sgml

+3-2
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)