BUG #2734: Primary Key field duplicate value - Mailing list pgsql-bugs

From Wagner Cipriano
Subject BUG #2734: Primary Key field duplicate value
Date
Msg-id 200611031538.kA3FcP0G095051@wwwmaster.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2734
Logged by:          Wagner Cipriano
Email address:      wagnerbhbr@yahoo.com.br
PostgreSQL version: 8.0
Operating system:   linux SUSE Kernel 2.6.13.3
Description:        Primary Key field duplicate value
Details:

I Have a table 'cliente' with field PK(Primary Key) 'id_cliente' and this
field duplicate values!
Like this:

CRMNEW2=# select id_cliente, count(*) as qde from cliente group by
id_cliente having count(*) > 1;
 id_cliente | qde
------------+-----
      39832 |   2
      40886 |   2
      93733 |   2
         ...

Can I submit file with print screms ?
I want do this.

(Sorry for my english)

Thanks!

pgsql-bugs by date:

Previous
From: "Basil Evseenko"
Date:
Subject: BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related)
Next
From: "Leonid Shlyapnikov"
Date:
Subject: BUG #2731: Cannot install PostgreSQL server on WinXP Media Center Edition