Re: Unique key constraint Issue - Mailing list pgsql-general

From shashidhar Reddy
Subject Re: Unique key constraint Issue
Date
Msg-id CAH=zU4syqG08eH7+McKeVL1f+ggfBSbpe89R0wwmfcDhk_3kiQ@mail.gmail.com
Whole thread Raw
In response to Re: Unique key constraint Issue  (Adrian Klaver <adrian.klaver@aklaver.com>)
Responses Re: Unique key constraint Issue
List pgsql-general
Hi Adrian,

Thank you for your response.

I don't think index corrupted as I can generate the ddl script from the index and the index is still in use when we query. 
 To rebuild the index we are still removing duplicate entries. But nothing found in logs.

On Mon, 25 Nov, 2024, 9:30 pm Adrian Klaver, <adrian.klaver@aklaver.com> wrote:
On 11/25/24 00:44, shashidhar Reddy wrote:
> Hi Ajit,
>
> Thank you for your reply!
>
> The result of the query is same across all servers and yes streaming
> replication does not have any issue but the question is how did
> duplicate values entered when there unique key in place.

Corrupted index?

Have you tried doing a REINDEX?


--
Adrian Klaver
adrian.klaver@aklaver.com

pgsql-general by date:

Previous
From: Steeve Boulanger
Date:
Subject: Re: Database stats ( pg_stat_database.stats_reset ) get reset on daily basis - why?
Next
From: Subhash Udata
Date:
Subject: Re: Questions on Upgrading PostgreSQL from 15.0 to 15.9 and Setting Up Streaming Replication