Extension updates and pg_upgrade

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Extension updates and pg_upgrade
Date: 2021-08-09 13:10:26
Message-ID: 20210809131026.GA19998@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Our minor releases coming out this week will create a script when
pg_upgrade finishes that contains ALTER EXTENSION ... UPDATE commands
for extension that show updates in pg_available_extensions. However, I
am unclear if all extensions that have updates are reported in
pg_available_extensions or support ALTER EXTENSION ... UPDATE, e.g.,
PostGIS. Do the new pg_upgrade docs need to be more vague about this?

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-08-09 14:35:39 Re: Parallel scan with SubTransGetTopmostTransaction assert coredump
Previous Message Dilip Kumar 2021-08-09 12:42:52 Re: row filtering for logical replication