Re: Duplicate data even with primary keys enabled - Mailing list pgsql-admin

From Tom Lane
Subject Re: Duplicate data even with primary keys enabled
Date
Msg-id 14712.1667057184@sss.pgh.pa.us
Whole thread Raw
In response to Re: Duplicate data even with primary keys enabled  (Samed YILDIRIM <samed@reddoc.net>)
List pgsql-admin
Samed YILDIRIM <samed@reddoc.net> writes:
> Hi Teja,
> Your columns are varchar. They may seem the same to you due to the tool you
> use. But, it doesn't mean they are identical. There can be leading or
> trailing spaces.

Another thing I'm wondering about is index corruption due to an
operating-system upgrade that changed string sort ordering.
Nothing might be obviously wrong right after the upgrade, but
index searches would probably fail to find existing entries,
which could lead to not rejecting duplicate entries.

This is, sadly, not at all hypothetical or uncommon.
There's some info about this hazard at:

https://wiki.postgresql.org/wiki/Locale_data_changes

            regards, tom lane



pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Duplicate data even with primary keys enabled
Next
From: Amine Tengilimoglu
Date:
Subject: pgbouncer client disconnect while server was not ready log