Re: Index (primary key) corrupt?
Greg Sabino Mullane <htamfids@gmail.com>
From: Greg Sabino Mullane <htamfids@gmail.com>
To: Wim Rouquart <wim.rouquart@kbc.be>
Cc: Adrian Klaver <adrian.klaver@aklaver.com>, "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>
Date: 2026-03-10T14:43:45Z
Lists: pgsql-general
On Tue, Mar 10, 2026 at 10:24 AM Wim Rouquart <wim.rouquart@kbc.be> wrote: > Let me get this straight, are you still contesting that the index is > actually not part of the dumpfile and I somehow just keep on ‘missing it’? > That is one possibility, yes, but there are others. We just don't have enough data. It would be great to see exactly what pg_dump is doing so we know where the corruption/disconnect is. If you have access, could you try: psql -c "alter system set log_statement='all' " -c "select pg_reload_conf()" pg_dump -t bcf_work_type --schema-only > bcf.debug psql -c "alter system reset log_statement" -c "select pg_reload_conf()" Then send us bcf.debug as well as the Postgres logs generated during that request? Cheers, Greg