Re: pg_upgrade does not upgrade pg_stat_statements properly - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: pg_upgrade does not upgrade pg_stat_statements properly
Date
Msg-id CAKFQuwZxwk10EyGzfH3Rh0=K-DAURk1qXTwd2j1nMttOPM2SqA@mail.gmail.com
Whole thread Raw
In response to Re: pg_upgrade does not upgrade pg_stat_statements properly  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Thu, Jul 29, 2021 at 11:35 AM Bruce Momjian <bruce@momjian.us> wrote:

Oh, and you can't use the same installation procedures as when you
installed the extension because that probably included CREATE EXTENSION.
This really highlights why this is tricky to explain --- we need the
binaries, but not the SQL that goes with it.

Maybe...but the fact that "installation to the O/S" is cluster-wide and "CREATE EXTENSION" is database-specific I believe this will generally take care of itself in practice, especially if we leave the part (but ignore any installation instructions that advise executing create extension).

David J.


pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_upgrade does not upgrade pg_stat_statements properly
Next
From: Yura Sokolov
Date:
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum