mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
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
This commit is contained in:
parent
bf0a6ec331
commit
cfb70a120b
1 changed files with 3 additions and 2 deletions
|
|
@ -279,8 +279,9 @@ make prefix=/usr/local/pgsql.new install
|
|||
must be installed in the new cluster, usually via operating system
|
||||
commands. Do not load the schema definitions, e.g., <command>CREATE
|
||||
EXTENSION pgcrypto</command>, because these will be duplicated from
|
||||
the old cluster. (Extensions with available updates can be processed
|
||||
later using <literal>ALTER EXTENSION ... UPDATE</literal>.)
|
||||
the old cluster. If extension updates are available,
|
||||
<application>pg_upgrade</application> will report this and create
|
||||
a script that can be run later to update them.
|
||||
</para>
|
||||
</step>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue