Re: pg_restore handles extended statistics inconsistently with statistics data - Mailing list pgsql-hackers

From Corey Huinker
Subject Re: pg_restore handles extended statistics inconsistently with statistics data
Date
Msg-id CADkLM=eyDbcAqdUsfgocNHZyjKpvuW0yxS5TpCch2o-4s0AxEA@mail.gmail.com
Whole thread
In response to Re: pg_restore handles extended statistics inconsistently with statistics data  (Michael Paquier <michael@paquier.xyz>)
List 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.

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_restore handles extended statistics inconsistently with statistics data
Next
From: Bharath Rupireddy
Date:
Subject: Re: [PATCH] Improving index selection for logical replication apply with replica identity full