Re: Add starelid, attnum to pg_stats and leverage this in pg_dump

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: Corey Huinker <corey.huinker@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Sami Imseih <samimseih@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2026-03-17T16:34:04Z
Lists: pgsql-hackers
On Tue, Mar 17, 2026 at 10:01:42AM -0500, Nathan Bossart wrote:
> On Tue, Mar 17, 2026 at 09:26:57AM -0500, Nathan Bossart wrote:
>> Committed the next patch in the series.  I'll have a rebased version of the
>> last one ready to share soon.
> 
> As promised...

Committed.

-- 
nathan



Commits

  1. pg_dump: Simplify query for retrieving attribute statistics.

  2. Add more columns to pg_stats, pg_stats_ext, and pg_stats_ext_exprs.

  3. Add convenience view to stats import test.