Skip to content

Commit be50010

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 08ef2ce commit be50010

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
@@ -308,8 +308,9 @@ make prefix=/usr/local/pgsql.new install
308308
must be installed in the new cluster, usually via operating system
309309
commands. Do not load the schema definitions, e.g., <command>CREATE
310310
EXTENSION pgcrypto</command>, because these will be duplicated from
311-
the old cluster. (Extensions with available updates can be processed
312-
later using <literal>ALTER EXTENSION ... UPDATE</literal>.)
311+
the old cluster. If extension updates are available,
312+
<application>pg_upgrade</application> will report this and create
313+
a script that can be run later to update them.
313314
</para>
314315
</step>
315316

0 commit comments

Comments
 (0)