I am considering a switch to PostgreSQL from MySQL so that I can use tsearch2 in my rails app and the acts_as_tsearch plug in. This seems to be a simpler route to follow than sphynx or ferret and will hopefully meet my needs.
What's the procedure for setting up tsearch within my database? I tried it myself and got a "permission denied for language c" error. Is this even supported?
Has anyone else here had any experience of tsearch or just running rails apps on PostgreSQL in general?
Martin