Re: Patch: dumping tables data in multiple chunks in pg_dump - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: Patch: dumping tables data in multiple chunks in pg_dump
Date
Msg-id CAMT0RQQuMNkgJBQhWwWKFX5oqPPCXYFYf=_iTKAFgWJHNOrJig@mail.gmail.com
Whole thread Raw
In response to Re: Patch: dumping tables data in multiple chunks in pg_dump  (Hannu Krosing <hannuk@google.com>)
List pgsql-hackers
On Wed, Jan 28, 2026 at 10:27 PM Hannu Krosing <hannuk@google.com> wrote:
>
> Hi David
>
> About documentation :
>
> On Fri, Jan 23, 2026 at 3:15 AM David Rowley <dgrowleyml@gmail.com> wrote:
> >
> > Aside from that, nothing in the documentation mentions that this is
> > for "heap" tables only.

On re-reading I finally understood what you meant - that the
chunking applies to only standard postgreSQL TAM called "heap"

Will add that as well. Would something like work

"This flag applies only to tables that use the standard PostgreSQL
Table Access Method (TAM) called "heap".
The tables that are using any custom TAM  are dumped as if
--max-table-segment-pages was not set."

---
Hannu



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Patch: dumping tables data in multiple chunks in pg_dump
Next
From: Álvaro Herrera
Date:
Subject: Re: Race conditions in logical decoding