2009/7/20 mviamari <[email protected]>: > > I'm using postgres. I've considered various hacks like sorting them > by index and adding them that way (which only works if the id's are > continuous). I guess its unrealistic to expect there to be a hook/ > option that will fix this easily. > > Mike
Maybe you can try ALTER SEQUENCE command. -- XUE Can --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
