Commit 9268fc34 authored by Bruce Momjian's avatar Bruce Momjian

doc: mention pg_upgrade extension script

Since commit e462856a7a, pg_upgrade automatically creates a script to
update extensions, so mention that instead of ALTER EXTENSION.

Backpatch-through: 9.6
parent c905e64d
...@@ -309,8 +309,9 @@ make prefix=/usr/local/pgsql.new install ...@@ -309,8 +309,9 @@ make prefix=/usr/local/pgsql.new install
must be installed in the new cluster, usually via operating system must be installed in the new cluster, usually via operating system
commands. Do not load the schema definitions, e.g., <command>CREATE commands. Do not load the schema definitions, e.g., <command>CREATE
EXTENSION pgcrypto</command>, because these will be duplicated from EXTENSION pgcrypto</command>, because these will be duplicated from
the old cluster. (Extensions with available updates can be processed the old cluster. If extension updates are available,
later using <literal>ALTER EXTENSION ... UPDATE</literal>.) <application>pg_upgrade</application> will report this and create
a script that can be run later to update them.
</para> </para>
</step> </step>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment