Re: Mutable primary key in a table

2015-02-07 Thread Ajaya Agrawal
On Sun, Feb 8, 2015 at 5:03 AM, Eric Stevens wrote: > I'm struggling to think of a model where it makes sense to update a > primary key as a typical operation. It suggests, as Adil said, that you > may be reasoning wrong about your data model. Maybe you can explain your > problem in more detail

Re: Mutable primary key in a table

2015-02-07 Thread Eric Stevens
I'm struggling to think of a model where it makes sense to update a primary key as a typical operation. It suggests, as Adil said, that you may be reasoning wrong about your data model. Maybe you can explain your problem in more detail - what kind of thing has you updating your PK on a regular ba