开发者

postgresql and django - No unique identifier for this row

Two entries on my Django postgresql database are causing me a world of trouble when I go a-querying to create reports. When I try to delete these entries (via phpPgAdmin), I get the error "开发者_如何学编程No unique identifier for this row." There are no duplicate IDs. I've tried updating all the fields. I've tried getting rid of these using the delete button and manual SQL commands. I'm out of ideas. Anyone know hot to give a row a unique identifier so I can get rid of it?

Thanks!


Look up the row by the special ctid system column and then delete by that value. ctid's are unique.


The rows you are going to delete may be referenced in another table. remove them or refer them to something else and, then try to remove your given rows.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜