Need help

Поиск
Список
Период
Сортировка
От Chris White (cjwhite)
Тема Need help
Дата
Msg-id 200410201857.i9KIvGk2024151@sj-core-1.cisco.com
обсуждение исходный текст
Ответы Re: Need help  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Need help  ("Scott Marlowe" <smarlowe@qwest.net>)
Список pgsql-admin
I am running 7.4.2 and I am seeing a strange error. I am using jdbc to update a table with the following statement:
 
update vm_message set usecount=4 where messsage id='1234567';
 
this statements generates a PSQLException with the following message:
 
ERROR: duplicate key violates unique constraint "vm_message_pkey"
 
I don't understand why I am getting this message because the primary key for table vm_message is messageid and this is not being changed
 
Any body have any ideas?
 
Chris White

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

Предыдущее
От: Christian Fowler
Дата:
Сообщение: Re: large dumps won't restore
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Need help