I\'m using PostgreSQL v9.0.1 with Rails (and it\'s deps) @ v2.3.8, owing to the use of the fulltext capability of postgres, I have a table
PostgreSQL v9.0.1
Rails
v2.3.8
I encountered this error while attempting to do RAILS_ENV=development bundle exec rake db:reset. I was able to accomplish the same thing (for my purposes) by doing RAILS_ENV=development bundle exec rake db:drop db:create db:migrate instead.
RAILS_ENV=development bundle exec rake db:reset
RAILS_ENV=development bundle exec rake db:drop db:create db:migrate