Duplicate Primary keys in postgresql tables
Hi pgsql community, Recently we found in a postgresql 11.19.0 alpine table there are two rows with duplicate primary keys. *The table schema (anonymized):* # \d+ app_specs; Table "public.app_specs" Column | Type | Collation | Nullable
Re: Duplicate Primary keys in postgresql tables
#x27;; ?column? -- t (1 row) For Alpine 11.19: user=# select 'a' > 'A'; ?column? -- t (1 row) user=# select 'a' < 'A'; ?column? -- f (1 row) We'll fix the image issue and re-index the affected tables. Regards, De On Sa