Re: pg_restore handles extended statistics inconsistently with statistics data

From: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>
Subject: Re: pg_restore handles extended statistics inconsistently with statistics data
Date: 2026-06-16 02:53:22
Message-ID: CADkLM=eyDbcAqdUsfgocNHZyjKpvuW0yxS5TpCch2o-4s0AxEA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> The reasoning is that a stats
> object may live on a different schema than the table it is defined on,
> so you cannot guarantee that its schema has been created if you only
> create a table on a schema.

Solid reasoning, though unfortunate.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2026-06-16 02:55:14 Re: [PATCH] Improving index selection for logical replication apply with replica identity full
Previous Message Michael Paquier 2026-06-16 02:07:22 Re: pg_restore handles extended statistics inconsistently with statistics data