Ruby on Rails
Monday, January 31, 2011
On Jan 31, 2011, at 9:38 PM, Karl Smith wrote:
> I need to generate a unique serial number in numerical order, but only
> unique for each user.
if worst comes to worst, you can always use one sequence per user:
http://www.postgresql.org/docs/8.1/static/sql-createsequence.html
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment