Re: [PATCH] Doc: clarify that pg_upgrade statistics transfer works cross-version

From: Nikolay Samokhvalov <nik(at)postgres(dot)ai>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Doc: clarify that pg_upgrade statistics transfer works cross-version
Date: 2026-03-24 12:36:42
Message-ID: CAM527d89GmcMV5GD2PXS-a3ay3YE-HVSwV4NT0_o2ySf_5v8Kw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Mon, Mar 23, 2026 at 23:59 Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> wrote:
...

> I think that your patch offers too much detail,
> like from which relations the statistics are extracted. Anybody
> who wants to know that level of detail probably has to read the
> source code anyway.
>
> How about adding a simple remark, like
>
> --- a/doc/src/sgml/ref/pgupgrade.sgml
> +++ b/doc/src/sgml/ref/pgupgrade.sgml
> @@ -837,6 +837,8 @@ psql --username=postgres --file=script.sql postgres
> all statistics, such as those created explicitly with
> <xref linkend="sql-createstatistics"/>, custom statistics added by
> an extension, or statistics collected by the cumulative statistics
> system.
> + Transferring optimizer statistics works regardless of the old
> cluster's
> + major version.
> </para>
>
> <para>

That would work too -- my goal was just to resolve confusion.

Nik

>

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2026-03-24 15:04:38 Re: [PATCH] Doc: clarify that pg_upgrade statistics transfer works cross-version
Previous Message Laurenz Albe 2026-03-24 06:59:10 Re: [PATCH] Doc: clarify that pg_upgrade statistics transfer works cross-version