"duplicate key violates unique constraint" error

Поиск
Список
Период
Сортировка
От tamanna madaan
Тема "duplicate key violates unique constraint" error
Дата
Msg-id 68666423656E1444A011106C4E085F4DA88E1D@ex3-del1.synapse.com
обсуждение исходный текст
Ответы Re: "duplicate key violates unique constraint" error
Re: "duplicate key violates unique constraint" error
Список pgsql-general

 

 Hi All

 

I have a cluster setup with one master and one slave . Replication from master to slave is not taking place.

I am getting this error  “duplicate key violates unique constraint”  in my slon.log on slave . This error is thrown while

Slon is inserting a row in a table  on slave. This must be because of the reason that duplicate rows

are being returned while querying sl_log_1 table.  I googled about the same problem and found that

there is some bug in postgres due to which some table or index on that table gets corrupted. Due to this

duplicate rows are either stored in the table or  there are no duplicate rows but

duplicates are returned while querying the table.

 I am using postgres 8.1.2 and slony 1.1.5 .

 

Please suggest which version of postgres has fix for above mentioned problem.

 

Thanks…

Tamanna

 

 

В списке pgsql-general по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgeu-general] pgday.eu
Следующее
От: Alexandra Roy
Дата:
Сообщение: Re: PostgreSQL 8.3.8 on AIX5.3 : compilation failed