Dave Stokes <dave(at)greatgeek(dot)com> writes:
> I have a sequence that I 'thought' was providing unique numbers but is
> not. Is there someway to turn on unique-ness?
Huh? nextval() should always produce unique values (unless the sequence
wraps around, of course).
regards, tom lane