Since recently switching to PostgreSQL from MySQL, I've frequently run into an annoyance that occurs to me I *may* need to adjust in database.yml. Obviously I'd Google for this, but I have no idea what to call this issue.
When I run my tests, e.g. "rake test:units", I get a notice that "There are N other session(s) using the database." This is awesome for production environments, but in development, it's just plain annoying. I'm not sure if this is a warning from the rake task doing the DB drop, or from PostgreSQL itself. How can I get it to just not care in development mode, like MySQL does? Thanks :) -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

