On E, 2008-08-25 at 14:00 -0700, Hongli Lai wrote: > I just want to say, good work. :) I've tried to use Rails with > PostgreSQL some time ago and I ran into all sorts of issues. Hopefully > these changes will get included in time.
Care to elaborate on the issues? I'm not aware of any issues with using Postgresql with Rails like one would use Mysql, but ofcourse the more advanced Postgresql features aren't supported by Rails. This sometimes means that for schema one needs to use the :sql format and one also needs to write custom SQL to access certain features, but I wouldn't call those issues, just lack of niceties. Certain features, as you're probably aware of, like foreign key migrations/dumping, are provided by the Redhill on Rails plugins: http://www.redhillonrails.org/index.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
