BUG #2734: Primary Key field duplicate value

Поиск
Список
Период
Сортировка
От Wagner Cipriano
Тема BUG #2734: Primary Key field duplicate value
Дата
Msg-id 200611031538.kA3FcP0G095051@wwwmaster.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Basil Evseenko"
Дата:
Сообщение: BUG #2733: pg_get_serial_sequence error (addition: may be tsearch2 related)
Следующее
От: "Leonid Shlyapnikov"
Дата:
Сообщение: BUG #2731: Cannot install PostgreSQL server on WinXP Media Center Edition