RE: Index (primary key) corrupt?

2025-10-28 Thread Wim Rouquart
like this: REINDEX INDEX idx_376814_primary; the export import story works just fine, the index is in there and is created. Cheers, Wim. On Sat, Sep 20, 2025 at 5:07 AM Wim Rouquart mailto:[email protected]>> wrote: Name |Value | ---+---

RE: Index (primary key) corrupt?

2025-10-18 Thread Wim Rouquart
s, until I do the rebuild and then the issue is fixed. On 9/19/25 06:23, Wim Rouquart wrote: >> What is the result for the query?: > >> select * from pg_index where indexrelid = >> 'idx_376814_primary'::regclass; > > Name |Value | &

RE: Index (primary key) corrupt?

2025-10-18 Thread Wim Rouquart
Internal Yes indeed, i just restore the database to before the rebuild. > So the problem goes away once you’ve reindexed yet you claim it’s consistent? > What are you doing to get the problem to recur after you’ve done reindex to > make it work? > > David I was assuming the OP has a dump o

RE: Index (primary key) corrupt?

2025-09-20 Thread Wim Rouquart
Internal >> Internal >> >> >> Hello, >> >>When doing a pg_dump of one of our databases one of the tables primary >> keys doesn’t get exported. Pg_dump just skips this index, without any >> warning whatsoever (verbose mode was used to doublecheck). > What is the complete table definition? CREATE

RE: Index (primary key) corrupt?

2025-09-20 Thread Wim Rouquart
Internal Hello, When doing a pg_dump of one of our databases one of the tables primary keys doesn’t get exported. Pg_dump just skips this index, without any warning whatsoever (verbose mode was used to doublecheck). >> >>> What is the complete table definition? >> >> CREAT

RE: Index (primary key) corrupt?

2025-09-20 Thread Wim Rouquart
Internal Hello, When doing a pg_dump of one of our databases one of the tables primary keys doesn’t get exported. Pg_dump just skips this index, without any warning whatsoever (verbose mode was used to doublecheck). When doing a REINDEX the issue is fixed. As this seems to me to be some form

Index (primary key) corrupt?

2025-09-18 Thread Wim Rouquart
Internal Hello, When doing a pg_dump of one of our databases one of the tables primary keys doesn't get exported. Pg_dump just skips this index, without any warning whatsoever (verbose mode was used to doublecheck). When doing a REINDEX the issue is fixed. As this seems to me to be some form