Re: [GENERAL] table sequence, renumbering

2011-10-04 Thread Raymond O'Donnell
On 04/10/2011 16:51, J.V. wrote: > What is the absolute fastest way to populate a primary key / id column > from a named db sequence (disabled constraints and want to renumber the > primary key / id column from sequence. > > cannot use auto inc or serial column because need to use generic > hibern

Re: [GENERAL] table sequence, renumbering

2011-10-04 Thread Scott Marlowe
On Tue, Oct 4, 2011 at 9:51 AM, J.V. wrote: > What is the absolute fastest way to populate a primary key / id column from > a named db sequence (disabled constraints and want to renumber the primary > key / id column from sequence. > > cannot use auto inc or serial column because need to use gener