Is it possible to get the pg_trgm plugin in postgres server 8.1 to work with unicode chars?

link|improve this question
feedback

1 Answer

No, that functionality was added in PostgreSQL 8.4, so you need to upgrade. Unless you want to back-patch the functionality yourself and have your own branch of 8.1.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown