Re: [PATCH] pg_dump: Do not dump statistics for excluded tables

2023-12-27 Thread Tom Lane
Rian McGuire writes: > I've attached a patch against master that addresses a small bug in pg_dump. > Previously, pg_dump would include CREATE STATISTICS statements for > tables that were excluded from the dump, causing reload to fail if any > excluded tables had extended statistics. I agree that'

[PATCH] pg_dump: Do not dump statistics for excluded tables

2023-12-26 Thread Rian McGuire
ep 17 00:00:00 2001 From: Rian McGuire Date: Wed, 27 Dec 2023 13:09:31 +1100 Subject: [PATCH] pg_dump: Do not dump statistics for excluded tables Previously, pg_dump would include CREATE STATISTICS statements for tables that were excluded from the dump, causing reload to fail. --- src/bin