Re: Duplicate Primary keys in postgresql tables - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Duplicate Primary keys in postgresql tables
Date
Msg-id d2d462ef-cf27-4dfc-7e26-e8d2aaf2f360@aklaver.com
Whole thread Raw
In response to Duplicate Primary keys in postgresql tables  (De Lan <delandl@google.com>)
Responses Re: Duplicate Primary keys in postgresql tables  (De Lan <delandl@google.com>)
List pgsql-general
On 7/22/23 10:11, De Lan wrote:
> Hi pgsql community,
> 
> Recently we found in a postgresql 11.19.0 alpine table there are two 
> rows with duplicate primary keys.
> 

> 
> *Our questions:*
> 
> Any ideas on what might cause this behavior other than the collation? if 
> it is a well-known issue in the pgsql community or it really is the 
> coalition that's the root cause, do we have mitigation for this kind of 
> issue from happening in future?

Don't blindly update containers, test first.

> 
> 
> 
> De,
> 
> Thanks!
> 
> 
> 

-- 
Adrian Klaver
adrian.klaver@aklaver.com




pgsql-general by date:

Previous
From: Ken Marshall
Date:
Subject: Re: Duplicate Primary keys in postgresql tables
Next
From: "Wen Yi"
Date:
Subject: [Beginner Question]Is there way to test the postgres's kernel function?